From 7e0af291356ab8ce5a8562815d397aa8af0f5df3 Mon Sep 17 00:00:00 2001 From: Steve Brokenshire Date: Sun, 17 Jan 2016 10:05:18 +0000 Subject: [PATCH] Added iCalendar file for unit testing (iCalendarEvent-Load1.vcf) --- source/tests/iCalendarEvent-Load1.vcf | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 source/tests/iCalendarEvent-Load1.vcf diff --git a/source/tests/iCalendarEvent-Load1.vcf b/source/tests/iCalendarEvent-Load1.vcf new file mode 100644 index 0000000..701bb4d --- /dev/null +++ b/source/tests/iCalendarEvent-Load1.vcf @@ -0,0 +1,12 @@ +BEGIN:VCALENDAR +VERSION:2.0 +BEGIN:VEVENT +DTSTAMP:20160116T190200Z +DTSTART:20160116T190200Z +DTEND:20160116T190200Z +SUMMARY:Unit Test Event 1 which has to be a really long summary as we don't k + now if multiple line processing is going to work without it. I mean seriousl + y, how annoying can this potentially be? +END:VEVENT +END:VCALENDAR + -- 2.39.5