X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=tests%2Ftest-agenda.scm;h=781703b3ead8544e27ef8feb7dc0d7a9a122dc4a;hb=651f6c1c088b293d2e880a5ff26ab4ff4baba5a2;hp=73cd51876083760c1d84e6900fac43b68969e3e8;hpb=94843614aea9c785f8c11116a455fd38c8203fb5;p=8sync.git diff --git a/tests/test-agenda.scm b/tests/test-agenda.scm index 73cd518..781703b 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 @@ -258,7 +263,7 @@ 8) ;; whoa, I'm surprised equal? can ;; compare records like this - (tdelta 8 0)) + (tdelta 8)) ;; TODO: test %port-request ;; TODO: test %sync and friends!