[parenscript-devel] Minor glitch in test runner: expected and actual outputs swapped
Daniel Gackle
danielgackle at gmail.com
Tue Aug 28 04:24:08 UTC 2012
Working on the tests in output-tests.lisp, I noticed that failures are
being reported with expected and actual values backwards.
That is, when the runner says
blah evaluated to "foo" which is not string= to "bar"
... "foo" is actually the expected value and "bar" the actual, so the
message ought to say:
blah evaluated to "bar" which is not string= to "foo".
Daniel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/parenscript-devel/attachments/20120827/e374b105/attachment.html>
More information about the parenscript-devel
mailing list