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-nonrepeating-events.ics | |
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-nonrepeating-events.ics')
-rw-r--r-- | tests/test-eds-ics-nonrepeating-events.ics | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/tests/test-eds-ics-nonrepeating-events.ics b/tests/test-eds-ics-nonrepeating-events.ics deleted file mode 100644 index 65473f2..0000000 --- a/tests/test-eds-ics-nonrepeating-events.ics +++ /dev/null @@ -1,27 +0,0 @@ -BEGIN:VCALENDAR
-CALSCALE:GREGORIAN
-PRODID:-//Ximian//NONSGML Evolution Calendar//EN
-VERSION:2.0
-X-EVOLUTION-DATA-REVISION:2015-05-20T22:39:32.685099Z(1)
-BEGIN:VTODO
-UID:20150520T000726Z-3878-32011-1770-81@ubuntu-phablet
-DTSTAMP:20150520T223932Z
-DTSTART:20150520T200000
-SUMMARY:Alarm
-CATEGORIES:x-canonical-alarm
-SEQUENCE:1
-LAST-MODIFIED:20150520T223932Z
-BEGIN:VALARM
-X-EVOLUTION-ALARM-UID:20150520T223932Z-22506-32011-1771-2@ubuntu-phablet
-ACTION:AUDIO
-ATTACH:file:///usr/share/sounds/ubuntu/ringtones/Alarm clock.ogg
-TRIGGER;VALUE=DURATION;RELATED=START:PT0S
-END:VALARM
-BEGIN:VALARM
-X-EVOLUTION-ALARM-UID:20150520T223932Z-22506-32011-1771-3@ubuntu-phablet
-ACTION:DISPLAY
-DESCRIPTION:Alarm
-TRIGGER;VALUE=DURATION;RELATED=START:PT0S
-END:VALARM
-END:VTODO
-END:VCALENDAR
|