[ http://jira.codehaus.org/browse/MNG-1435?page=all ] John Casey reopened MNG-1435: -----------------------------
> Test summary only prints out execution time for last test > --------------------------------------------------------- > > Key: MNG-1435 > URL: http://jira.codehaus.org/browse/MNG-1435 > Project: Maven 2 > Type: Bug > Components: maven-surefire-plugin > Reporter: Boris Boehlen > Assignee: John Casey > Fix For: 2.0.1 > > > The surefire plugin only prints out the execution time used for the last > test. The execution time of the previous tests is ignored. > E.g. the end of the TEST-foo.xml says: > <testcase time="0.061" name="testGraphEntityClassSerialization"/> > <testcase time="0.023" name="testAttributeSerialization"/> > <testcase time="0.056" name="testGraphEntitySerialization"/> > </testsuite> > And the surefire summary says: > [surefire] Running i3.dragos.PsqlAllTests > [surefire] Tests run: 157, Failures: 0, Errors: 0, Time elapsed: 0.056 sec > Obviously, surefire should print out the total execution time of all tests. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
