You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by Greg Irvine <gr...@thalesatm.com> on 2005/08/30 09:44:23 UTC

Failures/Errors Errors/Failures in JUnit report

I'm using Ant 1.6.2 (still haven't upgraded to a newer release yet), but
I've noticed that the junitreport results have a minor inconsistency which
proves confusing.

 

The Summary table shows the columns (in order)   Tests   Failures   Errors
Success Rate   Time

But in the Packages table immediately below it's     Tests   Errors
Failures   Success Rate   Time

 

Needless to say it then becomes confusing matching the failures with the
failures and the errors with the errors between the summary and package
tables.

 

Greg.