aboutsummaryrefslogtreecommitdiff
path: root/tests/test-eds-ics-repeating-events.ics.in
diff options
context:
space:
mode:
authorCharles Kerr <charles.kerr@canonical.com>2018-03-26 15:55:46 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2018-03-26 21:02:35 +0000
commitb72e44163e22433fd3f0cab38d126fde4545ab8f (patch)
treeae2a97662dcf7cdab233debb30a80a81706ca72b /tests/test-eds-ics-repeating-events.ics.in
parent222c9e453f8b423fece2012cad87c1ce36470c46 (diff)
downloadayatana-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-repeating-events.ics.in')
-rw-r--r--tests/test-eds-ics-repeating-events.ics.in28
1 files changed, 28 insertions, 0 deletions
diff --git a/tests/test-eds-ics-repeating-events.ics.in b/tests/test-eds-ics-repeating-events.ics.in
new file mode 100644
index 0000000..23ebf31
--- /dev/null
+++ b/tests/test-eds-ics-repeating-events.ics.in
@@ -0,0 +1,28 @@
+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:VTODO
+UID:20150507T211449Z-4262-32011-1418-1@ubuntu-phablet
+DTSTAMP:20150508T211449Z
+DTSTART:20150508T164000
+RRULE:FREQ=WEEKLY;BYDAY=FR
+SUMMARY:Alarm
+CATEGORIES:x-canonical-alarm
+CREATED:20150507T211449Z
+LAST-MODIFIED:20150507T211449Z
+BEGIN:VALARM
+X-EVOLUTION-ALARM-UID:20150507T211449Z-4262-32011-1418-2@ubuntu-phablet
+ACTION:AUDIO
+ATTACH:file://${ALARM_DEFAULT_SOUND}
+TRIGGER;VALUE=DURATION;RELATED=START:PT0S
+END:VALARM
+BEGIN:VALARM
+X-EVOLUTION-ALARM-UID:20150507T211449Z-4262-32011-1418-3@ubuntu-phablet
+ACTION:DISPLAY
+DESCRIPTION:Alarm
+TRIGGER;VALUE=DURATION;RELATED=START:PT0S
+END:VALARM
+END:VTODO
+END:VCALENDAR