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=17040>. 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=17040 JUnit task report does not use the one defined by setName method ------- Additional Comments From [EMAIL PROTECTED] 2003-03-27 18:50 ------- I've made a fix to the xmljunitresultformatter.java, which addresses a bug in the xml reporting file, which involves with the reporting. Essentially, setName method (which sets the test case name) does not work, due to a code defect in this java file. The call is made before the setName method is invoked and thus the class name is used. Code was moved, and conditional flag was set to make sure that correct behavior is invoked. I've tested this on win32 environment, and see no gression. -Leigh