[Laszlo-dev] lzunit improvment [Was: testing]
André Bargull
andre.bargull at udo.edu
Tue Dec 2 12:31:11 PST 2008
On 12/2/2008 8:17 PM, P T Withington wrote:
> 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?
Don't know, most times I don't work with backtrace turned on...
More information about the Laszlo-dev
mailing list