ASSERT_EQ("FREQ=DAILY;COUNT=10", TestEvent.RecurranceRuleData);
ASSERT_EQ("TEST=DATA", TestEvent.RecurranceRuleDataTokens);
+
+ // Tests for DTEND.
+
+ ASSERT_EQ("20160124T183000Z", TestEvent.DateTimeEndData);
+ ASSERT_EQ("DATE-TIME", TestEvent.DateTimeEndDataValue);
+ ASSERT_EQ("Europe/Truro", TestEvent.DateTimeEndDataTimeZoneID);
+ ASSERT_EQ("PARAMFOUR=YES;PARAMTHREE=NO", TestEvent.DateTimeEndDataTokens);
+ // Tests for DURATION. (Done in another file called
+ // iCalendarEvent-Load3.vcf).
+
+
+
}
\ No newline at end of file