From 69f54b79bd5f12e70770c1f4435da3005ffac72f Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Sat, 20 Oct 2007 03:29:55 +0000 Subject: [PATCH] sefi-64 patch from Chongkai svn: r7537 --- collects/srfi/64/testing.ss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/collects/srfi/64/testing.ss b/collects/srfi/64/testing.ss index 4170ca387f..fd195c4ec7 100644 --- a/collects/srfi/64/testing.ss +++ b/collects/srfi/64/testing.ss @@ -28,10 +28,11 @@ (provide test-begin ;; must be listed first, since in Kawa (at least) it is "magic". test-end test-assert test-eqv test-eq test-equal - test-approximate #;test-assert test-error test-apply test-with-runner + test-approximate test-error test-apply test-with-runner test-match-nth test-match-all test-match-any test-match-name test-skip test-expect-fail test-read-eval-string - test-runner-group-path test-group-with-cleanup + test-runner-group-path + test-group test-group-with-cleanup test-result-ref test-result-set! test-result-clear test-result-remove test-result-kind test-passed? test-log-to-file @@ -59,8 +60,7 @@ ;; but can be called to construct more complex ones. test-on-group-begin-simple test-on-group-end-simple test-on-bad-count-simple test-on-bad-end-name-simple - test-on-final-simple test-on-test-end-simple - #;test-on-final-simple) + test-on-final-simple test-on-test-end-simple) (define-syntax %test-record-define (syntax-rules ()