You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Kristian Rosenvold (JIRA)" <ji...@codehaus.org> on 2012/08/01 07:28:21 UTC

[jira] (SUREFIRE-758) Documentation incorrect for running single integration test

    [ https://jira.codehaus.org/browse/SUREFIRE-758?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=305119#comment-305119 ] 

Kristian Rosenvold commented on SUREFIRE-758:
---------------------------------------------

@Lyle; there's probably something else that's the root cause of this issue:

A) Failsafe is not being executed, surefire instead. Inspect the log output from your test run
B) Your are trying to run a single test method under MS-windows, which is a known bug and has been fixed in the upcoming 2.12.1
C) Your pom is not what you thought it was, check mvn help:effective-pom

Surefire has an extensive set of automated tests, and this feature is not broken in itself. This issue will be closed unless you can make a small test project that demonstrates/reproduced.

Thanks.
                
> Documentation incorrect for running single integration test
> -----------------------------------------------------------
>
>                 Key: SUREFIRE-758
>                 URL: https://jira.codehaus.org/browse/SUREFIRE-758
>             Project: Maven Surefire
>          Issue Type: Improvement
>          Components: documentation
>            Reporter: Lyle Hanson
>            Priority: Minor
>
> The online documentation for Failsafe which describes [Running a Single Test|http://maven.apache.org/plugins/maven-failsafe-plugin/examples/single-test.html] shows:
> bq.mvn -Dit.test=ITCircle verify
> The it.test parameter does not seem to work. Rather, the same parameter as Surefire (-Dtest=foo) appears to also work for Failsafe.

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