Fixing Rackunit tests after alignment

This commit is contained in:
Jay McCarthy 2012-08-14 22:21:44 -06:00
parent 3ddaf5e32b
commit 4497c8ce5e
4 changed files with 24 additions and 23 deletions

View File

@ -15,8 +15,8 @@
(test (test
(regexp-match (regexp-match
(regexp (format "~a.*~a.*~a" (regexp
(regexp-quote "--------------------\ntests > #f\nUnnamed test \nFAILURE\nname: check3\nlocation: ") (format "~a.*~a"
(regexp-quote "pr10950.rkt:14:51") (regexp-quote "--------------------\ntests > #f\nUnnamed test \nFAILURE\n name: check3\n location: pr10950.rkt:14:50\n params: \nCheck failure\n context...:\n")
(regexp-quote "0 success(es) 1 failure(s) 0 error(s) 1 test(s) run\n"))) (regexp-quote "\n--------------------\n0 success(es) 1 failure(s) 0 error(s) 1 test(s) run\n")))
output)) output))

View File

@ -42,7 +42,8 @@ FAILURE
name: check name: check
location: (#<path:PLTHOME/collects/tests/rackunit/standalone-check-test.rkt> 44 0 1344 17) location: (#<path:PLTHOME/collects/tests/rackunit/standalone-check-test.rkt> 44 0 1344 17)
expression: (check = 1 2) expression: (check = 1 2)
params: (#<procedure:=> 1 2)\nmessage: 0.0 params: (#<procedure:=> 1 2)
message: 0.0
Check failure Check failure
-------------------- --------------------