From: Steve Brokenshire Date: Sat, 23 Jan 2016 13:35:52 +0000 (+0000) Subject: Added unit test for checking other tokens in DTSTAMP. X-Git-Tag: release-0.02~739 X-Git-Url: http://Server1/repobrowser/?a=commitdiff_plain;h=1664dca67b0b7e2c1d857fc4db508f3fd45559ab;p=xestiacalendar%2F.git Added unit test for checking other tokens in DTSTAMP. DTSTAMP other tokens checked in iCalendarEvent/ObjectDataTests --- diff --git a/source/tests/xestiacalendar_icaleventload.h b/source/tests/xestiacalendar_icaleventload.h index b9a2b63..fdafff1 100644 --- a/source/tests/xestiacalendar_icaleventload.h +++ b/source/tests/xestiacalendar_icaleventload.h @@ -43,5 +43,6 @@ TEST(iCalendarEvent, ObjectDataTests){ ASSERT_EQ(CALENDAROBJECTVALID_OK, TestEvent.ValidBaseObject()); ASSERT_EQ("20160122T124100Z", TestEvent.DateTimeStampData); + ASSERT_EQ("OTHER=PARAM", TestEvent.DateTimeStampTokens); } \ No newline at end of file