New tests

svn: r6601
This commit is contained in:
Jay McCarthy 2007-06-12 19:40:38 +00:00
parent aa67ad7a9b
commit 394f654acb
2 changed files with 9 additions and 1 deletions

View File

@ -120,6 +120,7 @@
"add06.ss - send/suspend/dispatch"
(build-path example-servlets "add06.ss"))
; XXX test something is not d-c
(test-double-counters
"wc-fake.ss - no cells"
(build-path example-servlets "wc-fake.ss"))
@ -132,7 +133,13 @@
"wc-comp.ss - make-web-cell web-cell-ref web-cell-shadow web-cell-component"
(build-path example-servlets "wc-comp.ss"))
(test-equal? "check-dir.ss"
(let* ([d (mkd (build-path example-servlets "check-dir.ss"))]
[t0 (first ((sxpath "//h2/text()") (call d url0 empty)))])
t0)
(format "The current directory: ~a" (path->string example-servlets)))
; XXX test web-extras.ss - redirect/get
; XXX test web-cells.ss - web-cell?
; XXX test check-dir.ss quiz-lib.ss quiz01.ss quiz02.ss
; XXX test quiz-lib.ss quiz01.ss quiz02.ss
)))

View File

@ -35,6 +35,7 @@
"Servlets"
; XXX test update cache
; XXX test different versions
(test-pred "configure.ss"
string?