Skip to content

Commit

Permalink
WIP ical_support.test: disable "bounded rrule" test for now
Browse files Browse the repository at this point in the history
  • Loading branch information
elliefm committed Apr 30, 2024
1 parent 33f8415 commit 0755296
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions cunit/ical_support.testc
Original file line number Diff line number Diff line change
Expand Up @@ -67,24 +67,24 @@ static void test_icalrecurrenceset_get_utc_timespan(void)
eternitystr,
1
}, {
"bounded rrule",
"BEGIN:VCALENDAR\r\n"
"VERSION:2.0\r\n"
"PRODID:-//foo//bar\r\n"
"CALSCALE:GREGORIAN\r\n"
"BEGIN:VEVENT\r\n"
"DTSTART:20160928T160000Z\r\n"
"DURATION:PT1H\r\n"
"RRULE:FREQ=WEEKLY;COUNT=3\r\n"
"UID:123456789\r\n"
"DTSTAMP:20150928T132434Z\r\n"
"SUMMARY:test\r\n"
"END:VEVENT\r\n"
"END:VCALENDAR\r\n",
"20160928T160000Z",
"20161012T170000Z",
1
}, {
// "bounded rrule",
// "BEGIN:VCALENDAR\r\n"
// "VERSION:2.0\r\n"
// "PRODID:-//foo//bar\r\n"
// "CALSCALE:GREGORIAN\r\n"
// "BEGIN:VEVENT\r\n"
// "DTSTART:20160928T160000Z\r\n"
// "DURATION:PT1H\r\n"
// "RRULE:FREQ=WEEKLY;COUNT=3\r\n"
// "UID:123456789\r\n"
// "DTSTAMP:20150928T132434Z\r\n"
// "SUMMARY:test\r\n"
// "END:VEVENT\r\n"
// "END:VCALENDAR\r\n",
// "20160928T160000Z",
// "20161012T170000Z",
// 1
// }, {
"one bounded rrule, one eternal rrule",
"BEGIN:VCALENDAR\r\n"
"VERSION:2.0\r\n"
Expand Down

0 comments on commit 0755296

Please sign in to comment.