X-Git-Url: https://jxself.org/git/?p=8sync.git;a=blobdiff_plain;f=tests%2Ftest-agenda.scm;h=e3e12c59a5491d2f09d4aae67a27fc265f66cd42;hp=73cd51876083760c1d84e6900fac43b68969e3e8;hb=98edc693d1eb7ebe72c6ce722cf716c670cb21e3;hpb=94843614aea9c785f8c11116a455fd38c8203fb5 diff --git a/tests/test-agenda.scm b/tests/test-agenda.scm index 73cd518..e3e12c5 100644 --- a/tests/test-agenda.scm +++ b/tests/test-agenda.scm @@ -73,6 +73,11 @@ (test-equal (time-minus '(2 . 0) '(0 . 1)) '(1 . 999999)) +(test-equal (time-plus '(50 . 34) '(50 . 66)) + '(100 . 100)) +(test-equal (time-plus '(1 . 999999) '(1 . 2)) + '(3 . 1)) + ;;; Schedule tests