[Laszlo-dev] lzunit improvment [Was: testing]
P T Withington
ptw at pobox.com
Tue Dec 2 11:17:51 PST 2008
On 2008-12-02, at 11:30EST, André Bargull wrote:
> I've changed this line in lzunit.lzx (in "Test#fail(..)"):
>> this.result.addFailure(message.toString());
> to:
>> this.result.addFailure(this.constructor.classname + "#" +
>> message.toString());
>
> to get the test name.
If you turn on backtrace, failures should be echoed to the debug
console and should include source file/line (and a backtrace). Is
that not working?
More information about the Laszlo-dev
mailing list