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-tzids-2.ics.in | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 tests/test-eds-ics-tzids-2.ics.in (limited to 'tests/test-eds-ics-tzids-2.ics.in') diff --git a/tests/test-eds-ics-tzids-2.ics.in b/tests/test-eds-ics-tzids-2.ics.in new file mode 100644 index 0000000..f82334c --- /dev/null +++ b/tests/test-eds-ics-tzids-2.ics.in @@ -0,0 +1,38 @@ +BEGIN:VCALENDAR +CALSCALE:GREGORIAN +PRODID:-//Ximian//NONSGML Evolution Calendar//EN +VERSION:2.0 +X-EVOLUTION-DATA-REVISION:2015-07-09T19:41:50.123217Z(3) +BEGIN:VTIMEZONE +TZID:Pacific Time (US & Canada) +BEGIN:STANDARD +DTSTART:20061105T020000 +RRULE:FREQ=YEARLY;BYDAY=1SU;BYMONTH=11 +TZOFFSETFROM:-0700 +TZOFFSETTO:-0800 +END:STANDARD +BEGIN:DAYLIGHT +DTSTART:20070311T020000 +RRULE:FREQ=YEARLY;BYDAY=2SU;BYMONTH=3 +TZOFFSETFROM:-0800 +TZOFFSETTO:-0700 +TZNAME:Daylight Savings Time +END:DAYLIGHT +END:VTIMEZONE +BEGIN:VEVENT +DTSTART;TZID=Pacific Time (US & Canada):20140121T110000 +DTEND;TZID=Pacific Time (US & Canada):20140121T130000 +UID:109264742 +DTSTAMP:20140120T000718Z +DESCRIPTION: Event description +SUMMARY;ENCODING=QUOTED-PRINTABLE:National Incubator Initiative for Clean + Energy (NIICE) FOA: Pre-Concept Paper Informational Webinar +CREATED:20140120T000741Z +LAST-MODIFIED:20140120T000741Z +BEGIN:VALARM +TRIGGER;VALUE=DURATION:-PT15M +ACTION:DISPLAY +DESCRIPTION:Reminder +END:VALARM +END:VEVENT +END:VCALENDAR -- cgit v1.2.3