DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=34054>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=34054 Summary: JUnitReport - Allow it to take name of xml files into account. Product: Ant Version: unspecified Platform: Other OS/Version: other Status: NEW Severity: enhancement Priority: P2 Component: Optional Tasks AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] I have a requirement where I need to run the same test a large number of times, but just want to generate one report with all of the outputs. The problem with the current implementation is that if the test class is the same it uses this for the report file generated. So, if I have AbcTest that is run with inputs ZZZ and YYY and XXX, I will only ever be able to see one of these reports in the same report, i.e. there will only be one html file called AbcTest that will either show the output for inputs ZZZ or YYY or XXXX. The change I would like to have completed is that it can optionally take in the name of the output file from the test, so that the name could be unique. I will attach the required change and await some feedback. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]