Rename tests
svn: r6293
This commit is contained in:
parent
2f97ee61a8
commit
0b74eca282
|
@ -1,7 +1,7 @@
|
|||
(module persistent-interaction-tests mzscheme
|
||||
(module lang-tests mzscheme
|
||||
(require (planet "test.ss" ("schematics" "schemeunit.plt" 1 1))
|
||||
"language-tester.ss")
|
||||
(provide persistent-interaction-suite)
|
||||
(provide lang-suite)
|
||||
|
||||
(define (catch-unsafe-context-exn thunk)
|
||||
(with-handlers ([void
|
||||
|
@ -14,9 +14,9 @@
|
|||
(raise the-exn)))])
|
||||
(and (thunk) #f)))
|
||||
|
||||
(define persistent-interaction-suite
|
||||
(define lang-suite
|
||||
(make-test-suite
|
||||
"Test the persistent interaction language"
|
||||
"Test the Web language"
|
||||
|
||||
;; ****************************************
|
||||
;; ****************************************
|
|
@ -5,7 +5,7 @@
|
|||
"test-normalizer.ss"
|
||||
"closure-tests.ss"
|
||||
"labels-tests.ss"
|
||||
"persistent-interaction-tests.ss"
|
||||
"lang-tests.ss"
|
||||
"stuff-url-tests.ss")
|
||||
|
||||
(test/graphical-ui
|
||||
|
@ -16,5 +16,5 @@
|
|||
test-normalizer-suite
|
||||
closure-tests-suite
|
||||
labels-tests-suite
|
||||
persistent-interaction-suite
|
||||
lang-suite
|
||||
)))
|
Loading…
Reference in New Issue
Block a user