Home | News | Projects | Releases
Bugs | RFE | Repositories | Help
Added unit test for checking other tokens in DTSTAMP.
[xestiacalendar/.git] / source / tests / xestiacalendar_icaleventload.h
index 9816c50..fdafff1 100644 (file)
@@ -34,4 +34,15 @@ TEST(iCalendarEvent, BaseObjectVerifyTests){
        TestEvent.LoadFile("iCalendarEvent-Load1.vcf");
        ASSERT_EQ(CALENDAROBJECTVALID_OK, TestEvent.ValidBaseObject());
        
+}
+
+TEST(iCalendarEvent, ObjectDataTests){
+       
+       CalendarEventObject TestEvent;
+       ASSERT_EQ(CALENDAROBJECTLOAD_OK, TestEvent.LoadFile("iCalendarEvent-Load2.vcf"));
+       ASSERT_EQ(CALENDAROBJECTVALID_OK, TestEvent.ValidBaseObject());
+       
+       ASSERT_EQ("20160122T124100Z", TestEvent.DateTimeStampData);
+       ASSERT_EQ("OTHER=PARAM", TestEvent.DateTimeStampTokens);
+       
 }
\ No newline at end of file
Xestia Software Development
Yn Maystri
© 2006 - 2019 Xestia Software Development
Software

Xestia Address Book
Xestia Calendar
Development

Xestia Gelforn
Everything else

About
News
Privacy Policy