X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2Ftests%2Fxestiacalendar_icaljournalload.h;h=53a98499426dd05e10c6579fca2c664d9672bb12;hb=0391d3b44ed7d1eb889385674238e4a81c8a32e4;hp=04a3a790c6b566d83c113cf17580e7e286145534;hpb=3e63b1063bb4e62544be5a8e8c5c5fc3f400cf98;p=xestiacalendar%2F.git diff --git a/source/tests/xestiacalendar_icaljournalload.h b/source/tests/xestiacalendar_icaljournalload.h index 04a3a79..53a9849 100644 --- a/source/tests/xestiacalendar_icaljournalload.h +++ b/source/tests/xestiacalendar_icaljournalload.h @@ -61,4 +61,11 @@ TEST(iCalendarJournal, ObjectDataTests){ ASSERT_EQ("20160131T143700Z", TestJournal.LastModifiedData); ASSERT_EQ("FUTURE=YES", TestJournal.LastModifiedTokens); + // Tests for LOCATION. + + ASSERT_EQ("The Middle Floors, Truro", TestJournal.LocationData); + ASSERT_EQ("null:nodata", TestJournal.LocationDataAltRep); + ASSERT_EQ("kw", TestJournal.LocationDataLanguage); + ASSERT_EQ("EXACT=NO", TestJournal.LocationDataTokens); + } \ No newline at end of file