From f11b4f3c4aabbcbd2cd29e49792ba1490e532276 Mon Sep 17 00:00:00 2001 From: Peter Bieringer Date: Fri, 13 Mar 2026 21:41:21 +0100 Subject: [PATCH] sharing/bday: add additional test cases --- radicale/tests/static/contact2-with-bday.vcf | 9 +++++++++ radicale/tests/static/contact3-with-bday.vcf | 9 +++++++++ 2 files changed, 18 insertions(+) create mode 100644 radicale/tests/static/contact2-with-bday.vcf create mode 100644 radicale/tests/static/contact3-with-bday.vcf diff --git a/radicale/tests/static/contact2-with-bday.vcf b/radicale/tests/static/contact2-with-bday.vcf new file mode 100644 index 00000000..daff0d92 --- /dev/null +++ b/radicale/tests/static/contact2-with-bday.vcf @@ -0,0 +1,9 @@ +BEGIN:VCARD +VERSION:3.0 +PRODID:+//IDN bitfire.at//DAVx5/3.3.5-ose ez-vcard/0.11.0 +UID:contact2-with-bday +N:Test;N;;; +FN:Test-FN +NICKNAME:Test-NICKNAME +BDAY:1970-01-01 +END:VCARD diff --git a/radicale/tests/static/contact3-with-bday.vcf b/radicale/tests/static/contact3-with-bday.vcf new file mode 100644 index 00000000..9a40865c --- /dev/null +++ b/radicale/tests/static/contact3-with-bday.vcf @@ -0,0 +1,9 @@ +BEGIN:VCARD +VERSION:3.0 +PRODID:+//Manual/0.0.1 +UID:05cf4901-e581-44ee-bb0a-1e1a875da44a +N:Test;N;C3;; +FN:Test-FN-C3 +NICKNAME:Test-NICKNAME-C3 +BDAY:1990-01-01 +END:VCARD