diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2018-03-26 15:55:46 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2018-03-26 21:02:35 +0000 |
commit | b72e44163e22433fd3f0cab38d126fde4545ab8f (patch) | |
tree | ae2a97662dcf7cdab233debb30a80a81706ca72b /tests/test-eds-ics-all-day-events.ics.in | |
parent | 222c9e453f8b423fece2012cad87c1ce36470c46 (diff) | |
download | ayatana-indicator-datetime-b72e44163e22433fd3f0cab38d126fde4545ab8f.tar.gz ayatana-indicator-datetime-b72e44163e22433fd3f0cab38d126fde4545ab8f.tar.bz2 ayatana-indicator-datetime-b72e44163e22433fd3f0cab38d126fde4545ab8f.zip |
use cmake's configure_file() to generate the test .ics files from .ics.in so that we don't have to hardcode the filenames in the test data files either
Diffstat (limited to 'tests/test-eds-ics-all-day-events.ics.in')
-rw-r--r-- | tests/test-eds-ics-all-day-events.ics.in | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/tests/test-eds-ics-all-day-events.ics.in b/tests/test-eds-ics-all-day-events.ics.in new file mode 100644 index 0000000..0cf7dab --- /dev/null +++ b/tests/test-eds-ics-all-day-events.ics.in @@ -0,0 +1,19 @@ +BEGIN:VCALENDAR
+CALSCALE:GREGORIAN
+PRODID:-//Ximian//NONSGML Evolution Calendar//EN
+VERSION:2.0
+X-EVOLUTION-DATA-REVISION:2015-05-07T21:14:49.315443Z(0)
+BEGIN:VEVENT
+UID:20150521T111538Z-7449-1000-3572-0@ghidorah
+DTSTAMP:20150521T001128Z
+DTSTART;VALUE=DATE:20150525
+DTEND;VALUE=DATE:20150526
+TRANSP:TRANSPARENT
+SEQUENCE:2
+SUMMARY:Memorial Day
+DESCRIPTION:Today is Memorial Day
+CLASS:PUBLIC
+CREATED:20150521T111638Z
+LAST-MODIFIED:20150521T111638Z
+END:VEVENT
+END:VCALENDAR
|