]> source.dussan.org Git - nextcloud-server.git/commitdiff
add test data for cal and contact preview
authorGeorg Ehrke <developer@georgehrke.com>
Tue, 24 Sep 2013 11:26:51 +0000 (13:26 +0200)
committerGeorg Ehrke <developer@georgehrke.com>
Tue, 24 Sep 2013 11:26:51 +0000 (13:26 +0200)
tests/data/testcal.ics [new file with mode: 0644]
tests/data/testcontact.vcf [new file with mode: 0644]

diff --git a/tests/data/testcal.ics b/tests/data/testcal.ics
new file mode 100644 (file)
index 0000000..e05f01b
--- /dev/null
@@ -0,0 +1,13 @@
+BEGIN:VCALENDAR
+PRODID:-//some random cal software//EN
+VERSION:2.0
+BEGIN:VEVENT
+CREATED:20130102T120000Z
+LAST-MODIFIED:20130102T120000Z
+DTSTAMP:20130102T120000Z
+UID:f106ecdf-c716-43ef-9d94-4e6f19f2fcfb
+SUMMARY:a test cal file
+DTSTART;VALUE=DATE:20130101
+DTEND;VALUE=DATE:20130102
+END:VEVENT
+END:VCALENDAR
\ No newline at end of file
diff --git a/tests/data/testcontact.vcf b/tests/data/testcontact.vcf
new file mode 100644 (file)
index 0000000..2af963d
--- /dev/null
@@ -0,0 +1,6 @@
+BEGIN:VCARD
+VERSION:3.0
+PRODID:-//some random contact software//EN
+N:def;abc;;;
+FN:abc def
+END:VCARD
\ No newline at end of file