aboutsummaryrefslogtreecommitdiff
path: root/tests/recurring.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/recurring.scm
parentRemove remaining export's. (diff)
downloadcalp-fb77fc13d86c620326eb1e8c15162182e9b7d105.tar.gz
calp-fb77fc13d86c620326eb1e8c15162182e9b7d105.tar.xz
Fix up tests.
Diffstat (limited to 'tests/recurring.scm')
-rw-r--r--tests/recurring.scm3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/recurring.scm b/tests/recurring.scm
index ebf40cb1..7e4f60ba 100644
--- a/tests/recurring.scm
+++ b/tests/recurring.scm
@@ -18,8 +18,6 @@
(getenv "TESTPATH")
str))
-(test-begin "recurrence test")
-
(define cal-1 (make-vcomponent (tcal "simple-daily.ics")))
(let ((ev (car (children cal-1 'VEVENT))))
@@ -47,4 +45,3 @@
(s4 (add-day s3)))
(list s0 s1 s2 s3 s4))) )
-(test-end "recurrence test")