From b6d12e309b207c25de7873f658aa0f88ea77080c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Mon, 30 Dec 2019 02:11:38 +0100 Subject: Reworked tests. --- testdata/prop.ics | 3 --- testdata/recurrence/simple-daily.ics | 13 ------------- 2 files changed, 16 deletions(-) delete mode 100644 testdata/prop.ics delete mode 100644 testdata/recurrence/simple-daily.ics (limited to 'testdata') 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 -- cgit v1.2.3