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-001.ical | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 test/data/ical-001.ical (limited to 'test/data/ical-001.ical') diff --git a/test/data/ical-001.ical b/test/data/ical-001.ical new file mode 100644 index 0000000..e4a1f78 --- /dev/null +++ b/test/data/ical-001.ical @@ -0,0 +1,12 @@ +BEGIN:VCALENDAR +VERSION:2.0 +BEGIN:VEVENT +DTSTART:19020101T000100 +DURATION:P1DT9H17M0S +SUMMARY:Calibrator's +END:VEVENT +BEGIN:VTODO +PRIORITY:1 +SUMMARY:Nary parabled Louvre's fleetest mered +END:VTODO +END:VCALENDAR -- cgit v1.2.3-54-g00ecf