Fixing test re printing output... again :)

original commit: 8c918c489a932763f0f331446446403ff406aa27
This commit is contained in:
Jay McCarthy 2010-05-07 12:44:12 -06:00
parent 5a8e2c0dfd
commit 6c93ea7b5c

View File

@ -119,7 +119,7 @@
(with-all-output-to-string (failing-binary-test/complex-params)))]) (with-all-output-to-string (failing-binary-test/complex-params)))])
(check string-contains (check string-contains
op op
"`((0 1 2 3 4 5 6 7 8 9 10 11 12 13 14) "'((0 1 2 3 4 5 6 7 8 9 10 11 12 13 14)
(0 1 2 3 4 5 6 7 8 9 10 11 12 13 14) (0 1 2 3 4 5 6 7 8 9 10 11 12 13 14)
(0 1 2 3 4 5 6 7 8 9 10 11 12 13 14))"))) (0 1 2 3 4 5 6 7 8 9 10 11 12 13 14))")))
@ -129,7 +129,7 @@
(with-all-output-to-string (failing-test/complex-params)))]) (with-all-output-to-string (failing-test/complex-params)))])
(check string-contains (check string-contains
op op
"`((0 1 2 3 4 5 6 7 8 9 10 11 12 13 14) "'((0 1 2 3 4 5 6 7 8 9 10 11 12 13 14)
(0 1 2 3 4 5 6 7 8 9 10 11 12 13 14) (0 1 2 3 4 5 6 7 8 9 10 11 12 13 14)
(0 1 2 3 4 5 6 7 8 9 10 11 12 13 14))"))) (0 1 2 3 4 5 6 7 8 9 10 11 12 13 14))")))