aboutsummaryrefslogtreecommitdiff
path: root/testdata
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@hornquist.se>2019-12-30 02:11:38 +0100
committerHugo Hörnquist <hugo@hornquist.se>2019-12-30 02:11:38 +0100
commitb6d12e309b207c25de7873f658aa0f88ea77080c (patch)
treeea4a8515c4c5b3e6798f6b3b69e24ad76f53b883 /testdata
parentFix keyword argument. (diff)
downloadcalp-b6d12e309b207c25de7873f658aa0f88ea77080c.tar.gz
calp-b6d12e309b207c25de7873f658aa0f88ea77080c.tar.xz
Reworked tests.
Diffstat (limited to 'testdata')
-rw-r--r--testdata/prop.ics3
-rw-r--r--testdata/recurrence/simple-daily.ics13
2 files changed, 0 insertions, 16 deletions
diff --git a/testdata/prop.ics b/testdata/prop.ics
deleted file mode 100644
index 20c80180..00000000
--- a/testdata/prop.ics
+++ /dev/null
@@ -1,3 +0,0 @@
-BEGIN:VCOMPONENT
-KEY;A=1;B=2:Some text
-END:VCOMPONENT
diff --git a/testdata/recurrence/simple-daily.ics b/testdata/recurrence/simple-daily.ics
deleted file mode 100644
index f6ccd661..00000000
--- a/testdata/recurrence/simple-daily.ics
+++ /dev/null
@@ -1,13 +0,0 @@
-BEGIN:VCALENDAR
-VERSION:2.0
-PRODID:-Manual baby!
-BEGIN:VEVENT
-SUMMARY:Repeating event
-DTSTART;20190302T160000
-DTEND;VALUE=DATE-TIME:20190302T170000
-DTSTAMP;VALUE=DATE-TIME:20190302T165849Z
-UID:USG7HSRFJSZ6YURWCNSH3UCKI2PHP19SWGBG
-SEQUENCE:0
-RRULE:FREQ=DAILY
-END:VEVENT
-END:VCALENDAR