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?

Reply via email to