X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=tests%2Ftest-agenda.scm;h=844356d51b31b1b8d913ef39e91f40015bc8faa9;hb=3ee18e4426de00fd9f654b37f5214388eafabf78;hp=e3e12c59a5491d2f09d4aae67a27fc265f66cd42;hpb=98edc693d1eb7ebe72c6ce722cf716c670cb21e3;p=8sync.git diff --git a/tests/test-agenda.scm b/tests/test-agenda.scm index e3e12c5..844356d 100644 --- a/tests/test-agenda.scm +++ b/tests/test-agenda.scm @@ -238,7 +238,7 @@ (test-equal (run-request-when run-two-squared) '(88 . 0))) -;;; %run, %sync and friends tests +;;; %run, %8sync and friends tests ;;; ----------------------------- (define (test-%run-and-friends async-request expected-when) @@ -263,10 +263,10 @@ 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! +;; TODO: test %8sync and friends! ;;; Agenda tests @@ -319,7 +319,7 @@ (speaker "Today I went to the zoo and I saw...\n") (speaker (string-concatenate - `("A " ,(symbol->string (%sync (%run (return-monkey)))) "!\n")))) + `("A " ,(symbol->string (%8sync (%run (return-monkey)))) "!\n")))) (let ((q (make-q))) (set! speaker (speak-it))