You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Andreas Gudian (JIRA)" <ji...@codehaus.org> on 2013/03/11 16:53:52 UTC

[jira] (SUREFIRE-970) Elapsed time of skipped tests in surefire report XML file shows huge number

     [ https://jira.codehaus.org/browse/SUREFIRE-970?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andreas Gudian updated SUREFIRE-970:
------------------------------------

    Summary: Elapsed time of skipped tests in surefire report XML file shows huge number  (was: Elapsed time of skipped tests in surefire report XML file shows 1,512,087.64)
    
> Elapsed time of skipped tests in surefire report XML file shows huge number
> ---------------------------------------------------------------------------
>
>                 Key: SUREFIRE-970
>                 URL: https://jira.codehaus.org/browse/SUREFIRE-970
>             Project: Maven Surefire
>          Issue Type: Bug
>    Affects Versions: 2.13, 2.14
>            Reporter: Andreas Gudian
>
> E.g., for a test class with {{@Ignore}}:
> {code:title=com.foo.ApplicationConfigurationTest.txt}
> -------------------------------------------------------------------------------
> Test set: com.foo.ApplicationConfigurationTest
> -------------------------------------------------------------------------------
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.03 sec
> {code}
> {code:title=TEST-com.foo.ApplicationConfigurationTest.xml}
>   <testcase name="com.foo.ApplicationConfigurationTest" classname="com.foo.ApplicationConfigurationTest" time="1,512,218.245">
>     <skipped message="expected:&lt;[custom]&gt; but was:&lt;[${custom.property}]&gt;"/>
>   </testcase>
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira