diff options
author | Lukas Fleischer <calcurse@cryptocrack.de> | 2014-07-28 12:24:21 +0200 |
---|---|---|
committer | Lukas Fleischer <calcurse@cryptocrack.de> | 2014-07-28 12:43:00 +0200 |
commit | 81894cbbd8496dee4ea6d62d6ffc820482b4197d (patch) | |
tree | 2e3ccc05e11cca1da3e8f46c09774c1936181dcf /test/data/ical-001.ical | |
parent | 132cf86a6f10b965a10f5c736e320d61c20cee77 (diff) | |
download | calcurse-81894cbbd8496dee4ea6d62d6ffc820482b4197d.zip |
tests/: Add basic iCal import tests
Tests ical-002.sh and ical-003.sh currently fail due to bugs in duration
and exception parsing.
Reported-by: HÃ¥kan Jerning <jerning@home.se>
Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
Diffstat (limited to 'test/data/ical-001.ical')
-rw-r--r-- | test/data/ical-001.ical | 12 |
1 files changed, 12 insertions, 0 deletions
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 |