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

Kristian Rosenvold commented on SUREFIRE-839:
---------------------------------------------

@Andreas; would you mind supplying a minimal testcase project that reproduces 
the problem ?

I just know I'm going to break this again if we dont have an IT for this...


See http://maven.apache.org/surefire/maven-surefire-plugin/developing.html for 
info on how to create those projects ;)
                
> If no tests are found that would match a given JUnit category, mvn test 
> should not fail in multi-module project
> ---------------------------------------------------------------------------------------------------------------
>
>                 Key: SUREFIRE-839
>                 URL: https://jira.codehaus.org/browse/SUREFIRE-839
>             Project: Maven Surefire
>          Issue Type: Improvement
>          Components: Junit 4.7+ (parallel) support
>    Affects Versions: 2.12
>            Reporter: Martin Burger
>            Assignee: Kristian Rosenvold
>             Fix For: 2.13
>
>
> In a multi-module project, I configured Surefire to execute tests of a 
> selected JUnit category only. Unfortunately, not all modules contain tests in 
> that category, which makes mvn test fail:
> Tests in error: 
>   initializationError(org.junit.runner.manipulation.Filter): No tests found 
> matching *foo.junit.categories.SlowTests from org.junit.runner.Request$1@15a
> If a module does not contain any test that would match the given category, 
> Surefire should continue instead. Note that specifying -DfailIfNoTests=false 
> does not help in that case.

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