time-plus tests
authorChristopher Allan Webber <cwebber@dustycloud.org>
Mon, 23 Nov 2015 01:35:24 +0000 (19:35 -0600)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Mon, 23 Nov 2015 01:35:24 +0000 (19:35 -0600)
tests/test-agenda.scm

index 73cd51876083760c1d84e6900fac43b68969e3e8..e3e12c59a5491d2f09d4aae67a27fc265f66cd42 100644 (file)
 (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))
+
 
 \f
 ;;; Schedule tests