You are viewing a plain text version of this content. The canonical link for it is here.
Posted to surefire-dev@maven.apache.org by "John Casey (JIRA)" <ji...@codehaus.org> on 2005/11/17 17:25:06 UTC

[jira] Assigned: (SUREFIRE-12) The summary console reporter displays the time of the last test case and not the sum of all test cases.

     [ http://jira.codehaus.org/browse/SUREFIRE-12?page=all ]

John Casey reassigned SUREFIRE-12:
----------------------------------

    Assign To: John Casey  (was: Jason van Zyl)

> The summary console reporter displays the time of the last test case and  not the sum of all test cases.   
> -----------------------------------------------------------------------------------------------------------
>
>          Key: SUREFIRE-12
>          URL: http://jira.codehaus.org/browse/SUREFIRE-12
>      Project: surefire
>         Type: Bug
>     Reporter: Johnny R. Ruiz III
>     Assignee: John Casey
>  Attachments: SUREFIRE-12-surefire.patch
>
>
> This is related to MNG-1435
> 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