Fixing test re printing output... again :)

This commit is contained in:
Jay McCarthy 2010-05-07 12:44:12 -06:00
parent c023c460bc
commit 8c918c489a

View File

@ -119,7 +119,7 @@
(with-all-output-to-string (failing-binary-test/complex-params)))])
(check string-contains
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))")))
@ -129,7 +129,7 @@
(with-all-output-to-string (failing-test/complex-params)))])
(check string-contains
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))")))