XML test results format does not match Ant test runner.
Brought to you by:
rupertlssmith
Ant/Maven/Maven2 will output test results in XML format. For example, in maven2, under target/surefire-reports.
The XML output of junit-toolkit is close to, but does not exactly match that format. It should be changed so that it does match, so that maven site generation, or other automated tools that use that XML as a source, will correctly report tests passed/failed/in error.