From 1664dca67b0b7e2c1d857fc4db508f3fd45559ab Mon Sep 17 00:00:00 2001 From: Steve Brokenshire Date: Sat, 23 Jan 2016 13:35:52 +0000 Subject: [PATCH] Added unit test for checking other tokens in DTSTAMP. DTSTAMP other tokens checked in iCalendarEvent/ObjectDataTests --- source/tests/xestiacalendar_icaleventload.h | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.5