From 3379e2c4499bf3ca82de7043337e416ef15d24ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Tue, 28 Jun 2022 09:33:08 +0200 Subject: Various test cleanups. --- tests/test/recurrence-advanced.scm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'tests/test/recurrence-advanced.scm') diff --git a/tests/test/recurrence-advanced.scm b/tests/test/recurrence-advanced.scm index a68a53b1..a291cc17 100644 --- a/tests/test/recurrence-advanced.scm +++ b/tests/test/recurrence-advanced.scm @@ -34,20 +34,20 @@ :use-module ((srfi srfi-41) :select (stream->list)) :use-module ((srfi srfi-88) :select (keyword->string))) -(test-expect-fail "RSET: The third instance into the month of one of Tuesday, Wednesday, or Thursday, for the next 3 months") +(test-expect-fail "REC: The third instance into the month of one of Tuesday, Wednesday, or Thursday, for the next 3 months") (test-expect-fail "STR: The third instance into the month of one of Tuesday, Wednesday, or Thursday, for the next 3 months") -(test-expect-fail "RSET: The second-to-last weekday of the month") +(test-expect-fail "REC: The second-to-last weekday of the month") (test-expect-fail "STR: The second-to-last weekday of the month") ;; TODO this test is really slow, figure out why (takes approx. 25s to run) -(test-skip "RSET: Every day in January, for 3 years (alt 2)") +(test-skip "REC: Every day in January, for 3 years (alt 2)") (define (run-test comp) (test-equal - (string-append "RSET: " (prop comp 'SUMMARY)) + (string-append "REC: " (prop comp 'SUMMARY)) (prop comp 'X-SET) (let ((r (generate-recurrence-set comp))) (map (extract 'DTSTART) -- cgit v1.2.3