From b72e44163e22433fd3f0cab38d126fde4545ab8f Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Mon, 26 Mar 2018 15:55:46 +0200 Subject: 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 --- tests/test-eds-ics-nonrepeating-events.ics.in | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 tests/test-eds-ics-nonrepeating-events.ics.in (limited to 'tests/test-eds-ics-nonrepeating-events.ics.in') diff --git a/tests/test-eds-ics-nonrepeating-events.ics.in b/tests/test-eds-ics-nonrepeating-events.ics.in new file mode 100644 index 0000000..89c74ac --- /dev/null +++ b/tests/test-eds-ics-nonrepeating-events.ics.in @@ -0,0 +1,27 @@ +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://${ALARM_DEFAULT_SOUND} +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 -- cgit v1.2.3