Home | News | Projects | Releases
Bugs | RFE | Repositories | Help
Added unit tests for COMMENT in iCalendarEvent/ObjectDataTests.
authorSteve Brokenshire <sbrokenshire@xestia.co.uk>
Wed, 27 Jan 2016 19:29:02 +0000 (19:29 +0000)
committerSteve Brokenshire <sbrokenshire@xestia.co.uk>
Wed, 27 Jan 2016 19:29:02 +0000 (19:29 +0000)
source/tests/xestiacalendar_icaleventload.h

index 8324917..48424f5 100644 (file)
@@ -472,4 +472,66 @@ TEST(iCalendarEvent, ObjectDataTests){
        ASSERT_EQ("en-GB", CategoryLanguage);
        ASSERT_EQ("SAMPLE=TOKEN", CategoryTokens);
        
+       // Get the first COMMENT.
+       
+       std::string CommentData;
+       
+       if (TestEvent.CommentList.begin() != TestEvent.CommentList.end()){
+               
+               CommentData = TestEvent.CommentList[0];
+               
+       }
+       
+       ASSERT_EQ("This is the first comment.", CommentData);
+       
+       // Get the second COMMENT.
+       
+       CommentData.clear();
+       
+       std::string CommentDataAltRep;
+       std::string CommentDataLanguage;
+       
+       if (TestEvent.CommentList.size() > 1){
+               
+               CommentData = TestEvent.CommentList[1];
+               
+       }
+       
+       if (TestEvent.CommentList.size() > 1){
+               
+               CommentDataAltRep = TestEvent.CommentListAltRep[1];
+               
+       }
+       
+       if (TestEvent.CommentList.size() > 1){
+               
+               CommentDataLanguage = TestEvent.CommentListLanguage[1];
+               
+       }
+       
+       ASSERT_EQ("This is the second comment.", CommentData);
+       ASSERT_EQ("null:nodata", CommentDataAltRep);
+       ASSERT_EQ("en", CommentDataLanguage);
+       
+       // Get the third COMMENT.
+       
+       CommentData.clear();
+       
+       std::string CommentDataTokens;
+       
+       if (TestEvent.CommentList.size() > 2){
+               
+               CommentData = TestEvent.CommentList[2];
+               
+       }
+       
+       if (TestEvent.CommentList.size() > 2){
+               
+               CommentDataTokens = TestEvent.CommentListTokens[2];
+               
+       }
+       
+       ASSERT_EQ("This is the third comment.", CommentData);
+       ASSERT_EQ("ZEBRAS=YES", CommentDataTokens);
+       
 }
\ 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