[parenscript-devel] Minor glitch in test runner: expected and actual outputs swapped

Vladimir Sedach vsedach at gmail.com
Thu Aug 30 00:53:18 UTC 2012


You know, this has been sort of annoying for a while but I never
thought about fixing it until now. Just pushed a patch to the
repository.

On Tue, Aug 28, 2012 at 12:24 AM, Daniel Gackle <danielgackle at gmail.com> wrote:
> 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
>
> _______________________________________________
> parenscript-devel mailing list
> parenscript-devel at common-lisp.net
> http://lists.common-lisp.net/cgi-bin/mailman/listinfo/parenscript-devel
>




More information about the parenscript-devel mailing list