Removing extra run-tests
This commit is contained in:
parent
1f4c525245
commit
ab5a9ff1e8
|
@ -455,8 +455,3 @@
|
|||
(h1 ,(number->string (+ fst snd)))))
|
||||
|
||||
(serve/dispatch start))
|
||||
|
||||
#;(test-serve/dispatch)
|
||||
|
||||
(require rackunit/text-ui)
|
||||
(run-tests all-dispatch-tests)
|
||||
|
|
|
@ -119,6 +119,3 @@
|
|||
(test-exn "dir, not exists, head"
|
||||
exn:dispatcher?
|
||||
(lambda () (collect (dispatch #f a-dir) (req #t #"HEAD" empty))))))
|
||||
|
||||
#;(require (planet schematics/rackunit:3/text-ui))
|
||||
#;(run-tests dispatch-files-tests)
|
||||
|
|
|
@ -162,8 +162,3 @@
|
|||
|
||||
; XXX test web-extras.rkt - redirect/get
|
||||
))
|
||||
|
||||
#|
|
||||
(require rackunit/text-ui)
|
||||
(run-tests dispatch-lang-tests)
|
||||
|#
|
||||
|
|
|
@ -624,6 +624,3 @@
|
|||
(values "Jay" 10 6 10 8)))))
|
||||
|
||||
))
|
||||
|
||||
(require rackunit/text-ui)
|
||||
(run-tests all-formlets-tests)
|
||||
|
|
|
@ -158,6 +158,3 @@ __utmz=165257760.1272597702.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)\r\
|
|||
|
||||
|
||||
)))
|
||||
|
||||
(require rackunit/text-ui)
|
||||
(run-tests cookies-tests)
|
||||
|
|
|
@ -304,8 +304,3 @@
|
|||
; XXX test dispatch
|
||||
|
||||
))
|
||||
|
||||
#|
|
||||
(require rackunit/text-ui)
|
||||
(run-tests abort-resume-tests)
|
||||
|#
|
||||
|
|
|
@ -35,8 +35,3 @@
|
|||
(cache-table-lookup! ct 'foo (lambda () #t))
|
||||
(cache-table-clear! ct)
|
||||
(cache-table-lookup! ct 'foo (lambda () #f)))))))
|
||||
|
||||
#|
|
||||
(require (planet schematics/rackunit:3/text-ui))
|
||||
(run-tests cache-table-tests)
|
||||
|#
|
||||
|
|
|
@ -52,6 +52,3 @@
|
|||
(test-case "permanently" (check-true (redirection-status? permanently)))
|
||||
(test-case "temporarily" (check-true (redirection-status? temporarily)))
|
||||
(test-case "see-other" (check-true (redirection-status? see-other))))))
|
||||
|
||||
;(require (planet schematics/rackunit:3/text-ui))
|
||||
;(run-tests helpers-tests)
|
||||
|
|
|
@ -125,8 +125,3 @@
|
|||
(context-wrap
|
||||
(lambda ()
|
||||
(check-not-false (is-url-too-big? (make-bytes 3000 65)))))))))
|
||||
|
||||
#|
|
||||
(require (planet schematics/rackunit:3/text-ui))
|
||||
(run-tests all-stuffers-tests)
|
||||
|#
|
||||
|
|
Loading…
Reference in New Issue
Block a user