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...