X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2Ftests%2Fxestiacalendar_icaljournalload.h;h=c65405826e1b2816698b3fdc4bbe65e78765be38;hb=e609b789a7db580b125351fc3c8ec69ad22f053e;hp=a18be03a044adae89271501886793561bd1177ef;hpb=500c60854b21599d281f1b0146cb5eee8332ffee;p=xestiacalendar%2F.git diff --git a/source/tests/xestiacalendar_icaljournalload.h b/source/tests/xestiacalendar_icaljournalload.h index a18be03..c654058 100644 --- a/source/tests/xestiacalendar_icaljournalload.h +++ b/source/tests/xestiacalendar_icaljournalload.h @@ -101,4 +101,9 @@ TEST(iCalendarJournal, ObjectDataTests){ ASSERT_EQ("http://www.example.com/", TestJournal.URLData); ASSERT_EQ("EXTERNAL=YES", TestJournal.URLDataTokens); + // Tests for RRULE. + + ASSERT_EQ("FREQ=DAILY;COUNT=10", TestJournal.RecurranceRuleData); + ASSERT_EQ("TEST=DATA", TestJournal.RecurranceRuleDataTokens); + } \ No newline at end of file