From d00fea566004e67161ee45246b239fff5d416b0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Tue, 21 Dec 2021 16:17:28 +0100 Subject: Cleanup modules. Primarly this moves all vcompenent input and output code to clearly labeled modules, instead of being spread out. At the same time it also removes a handfull of unused procedures. --- tests/recurrence-simple.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/recurrence-simple.scm') diff --git a/tests/recurrence-simple.scm b/tests/recurrence-simple.scm index bbe6dd9d..cd170976 100644 --- a/tests/recurrence-simple.scm +++ b/tests/recurrence-simple.scm @@ -11,8 +11,8 @@ ((calp util exceptions) warnings-are-errors warning-handler) ((guile) format @@) - ((vcomponent) parse-calendar) - ((vcomponent xcal parse) sxcal->vcomponent) + ((vcomponent formats ical parse) parse-calendar) + ((vcomponent formats xcal parse) sxcal->vcomponent) ((vcomponent recurrence) parse-recurrence-rule make-recur-rule @@ -243,7 +243,7 @@ END:VCALENDAR" ;;; Earlier I failed to actually parse the recurrence parts, in short, 1 ≠ "1". (test-assert "Test that xcal recur rules are parseable" - ((@@ (vcomponent xcal parse) handle-value) + ((@@ (vcomponent formats xcal parse) handle-value) 'recur 'props-are-unused-for-recur '((freq "WEEKLY") (interval "1") -- cgit v1.2.3