DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5637>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5637

NPE in JUnit XMLJunitResultFormatter if setUp() in TestSetup throws 
AssertionFailedError





------- Additional Comments From [EMAIL PROTECTED]  2002-01-02 13:50 -------
TestSetup does not call startTest nor endTest as far as I can see...
It makes sense since it is only a wrapper and not a testcase, so there's no 
point in doing it otherwise it will send useless info to the listeners. Here it 
just adds a transparent layer.

I think your patch is OK, however it would be nice to add a little comment in 
the code to explain why it is necessary. Otherwise this can quickly be removed 
during aggressive refactoring :-)

Note that I hope to commit some code soon in the sandbox as a startpoint for a 
new testrunner and formatter architecture. The testrunner is a remote one so it 
should gives additional flexibility.

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to