aboutsummaryrefslogtreecommitdiff
path: root/tests/rrule-parse.scm
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@hornquist.se>2019-04-20 21:59:03 +0200
committerHugo Hörnquist <hugo@hornquist.se>2019-04-20 21:59:03 +0200
commitfb77fc13d86c620326eb1e8c15162182e9b7d105 (patch)
tree82932f4f136e0eb8768f71687f37610aa6f77ead /tests/rrule-parse.scm
parentRemove remaining export's. (diff)
downloadcalp-fb77fc13d86c620326eb1e8c15162182e9b7d105.tar.gz
calp-fb77fc13d86c620326eb1e8c15162182e9b7d105.tar.xz
Fix up tests.
Diffstat (limited to 'tests/rrule-parse.scm')
-rw-r--r--tests/rrule-parse.scm4
1 files changed, 0 insertions, 4 deletions
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
;; => #<<recur-rule> freq: HOURLY until: #f count: #<<recur-rule> 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")