From 81894cbbd8496dee4ea6d62d6ffc820482b4197d Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Mon, 28 Jul 2014 12:24:21 +0200 Subject: tests/: Add basic iCal import tests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Tests ical-002.sh and ical-003.sh currently fail due to bugs in duration and exception parsing. Reported-by: HÃ¥kan Jerning Signed-off-by: Lukas Fleischer --- test/data/ical-002.ical | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 test/data/ical-002.ical (limited to 'test/data/ical-002.ical') diff --git a/test/data/ical-002.ical b/test/data/ical-002.ical new file mode 100644 index 0000000..915b84e --- /dev/null +++ b/test/data/ical-002.ical @@ -0,0 +1,28 @@ +BEGIN:VCALENDAR +VERSION:2.0 +BEGIN:VEVENT +DTSTART:20000101T000000 +DURATION:P1DT0H0M0S +SUMMARY:One day +END:VEVENT +BEGIN:VEVENT +DTSTART:20000101T000000 +DURATION:P1DT1H1M1S +SUMMARY:One day, one hour, one minute and one second +END:VEVENT +BEGIN:VEVENT +DTSTART:20000101T000000 +DURATION:PT1H1M1S +SUMMARY:One hour, one minute and one second +END:VEVENT +BEGIN:VEVENT +DTSTART:20000101T000000 +DURATION:PT1M1S +SUMMARY:One minute and one second +END:VEVENT +BEGIN:VEVENT +DTSTART:20000101T000000 +DURATION:PT1S +SUMMARY:One second +END:VEVENT +END:VCALENDAR -- cgit v1.2.3-70-g09d2