X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=tests%2Ftest-agenda.scm;h=e3e12c59a5491d2f09d4aae67a27fc265f66cd42;hb=a7bc314242cab78532f2a6b18ceb5863cfc863ef;hp=73cd51876083760c1d84e6900fac43b68969e3e8;hpb=94843614aea9c785f8c11116a455fd38c8203fb5;p=8sync.git 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