Home | News | Projects | Releases
Bugs | RFE | Repositories | Help
Added unit test to check for METHOD in iCalendarEvent-Load1.vcf
[xestiacalendar/.git] / source / tests / xestiacalendar_icaleventload.h
index 9816c50..ec3dcf7 100644 (file)
@@ -34,4 +34,26 @@ TEST(iCalendarEvent, BaseObjectVerifyTests){
        TestEvent.LoadFile("iCalendarEvent-Load1.vcf");
        ASSERT_EQ(CALENDAROBJECTVALID_OK, TestEvent.ValidBaseObject());
        
+       // Tests for METHOD.
+       
+       ASSERT_EQ("REQUEST", TestEvent.MethodData);
+       
+}
+
+TEST(iCalendarEvent, ObjectDataTests){
+       
+       CalendarEventObject TestEvent;
+       ASSERT_EQ(CALENDAROBJECTLOAD_OK, TestEvent.LoadFile("iCalendarEvent-Load2.vcf"));
+       ASSERT_EQ(CALENDAROBJECTVALID_OK, TestEvent.ValidBaseObject());
+       
+       // Tests for DTSTAMP.
+       
+       ASSERT_EQ("20160122T124100Z", TestEvent.DateTimeStampData);
+       ASSERT_EQ("OTHER=PARAM", TestEvent.DateTimeStampTokens);
+       
+       // Tests for UID.
+       
+       ASSERT_EQ("b3a16392-ad86-4061-be53-c215af2306e0", TestEvent.UniqueID);
+       ASSERT_EQ("UNIQUEPARAM=CERTAINLY;OKAY=MAYBENOT", TestEvent.UniqueIDTokens);
+       
 }
\ 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