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

Deivydas edited comment on SUREFIRE-827 at 2/14/12 3:19 AM:
------------------------------------------------------------

We have the same issue (-Dtest=test1,test2 doesn't run any test) as Falko 
(maven 3.0.3/surefire 2.12/junit-4.10) doesn't matter parallel='classes' or 
parallel='none'. Switching to 2.11 works.
                
      was (Author: deivid):
    We have the same issue (-Dtest=test1,test2 doesn't run any test) as Falko 
(maven 3.0.3/surefire 2.12/junit-4.10) doesn't matter parallel='classes' or 
parallel='none'. Switching to 2.11 or 2.9 works.
                  
> Surefire 2.12 cannot run a single test, regression from 2.11
> ------------------------------------------------------------
>
>                 Key: SUREFIRE-827
>                 URL: https://jira.codehaus.org/browse/SUREFIRE-827
>             Project: Maven Surefire
>          Issue Type: Bug
>          Components: Maven Surefire Plugin
>    Affects Versions: 2.12
>         Environment: Ubuntu 11.10
>            Reporter: Andrew Gaul
>
> # Surefire 2.11
> $ mvn test -Dtest=DataTest#testDataServerGetNonExistentFile
> ...
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
> # Surefire 2.12
> mvn test -Dtest=DataTest#testDataServerGetNonExistentFile
> ...
> Tests run: 9, Failures: 0, Errors: 0, Skipped: 0

--
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

        

Reply via email to