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=19774>. 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=19774 XMLJUnitResultFormatter should save time when a test was run Summary: XMLJUnitResultFormatter should save time when a test was run Product: Ant Version: 1.5.1 Platform: All OS/Version: Other Status: NEW Severity: Enhancement Priority: Other Component: Optional Tasks AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] It would be nice if XMLJUnitResultFormatter would save the date/time when the test (or suite) was run. Presumably, it would be stored as an attribute of the <testcase> element. With this information I could write an XSL file so along with the other test stats, I could display when the test was run. Similarly, the total TestCase time could be stored in the XML (a new element or an attribute to <testsuite>).