From fb77fc13d86c620326eb1e8c15162182e9b7d105 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Sat, 20 Apr 2019 21:59:03 +0200 Subject: Fix up tests. --- tests/rrule-parse.scm | 4 ---- 1 file changed, 4 deletions(-) (limited to 'tests/rrule-parse.scm') diff --git a/tests/rrule-parse.scm b/tests/rrule-parse.scm index b3bbe770..f620e882 100644 --- a/tests/rrule-parse.scm +++ b/tests/rrule-parse.scm @@ -1,5 +1,3 @@ -(test-begin "RRULE parse") - (use-modules (vcalendar recurrence parse)) (define-syntax mkrule @@ -31,5 +29,3 @@ (parse-recurrence-rule "FREQ=HOURLY;COUNT=-1") ; TODO this error seems to have an error ;; => #< freq: HOURLY until: #f count: #< freq: HOURLY until: #f count: #f interval: 1 bysecond: #f byminute: #f byhour: #f byday: #f bymonthday: #f byyearday: #f byweekno: #f bymonth: #f bysetpos: #f wkst: MO> interval: 1 bysecond: #f byminute: #f byhour: #f byday: #f bymonthday: #f byyearday: #f byweekno: #f bymonth: #f bysetpos: #f wkst: MO> ;; ERR unfulfilled-constraint [-1] doesn't fulfill constraint of type [COUNT], ignoring - -(test-end "RRULE parse") -- cgit v1.2.3