junit-dep 4.4 isn't detected; tests are treated as POJO tests.
--------------------------------------------------------------

                 Key: SUREFIRE-378
                 URL: http://jira.codehaus.org/browse/SUREFIRE-378
             Project: Maven Surefire
          Issue Type: Bug
          Components: Junit 4.x support
    Affects Versions: 2.4
            Reporter: Dan Fabulich
         Attachments: junit44-dep.zip

Run "mvn test" with the attached project.  The setup will fail as "setup" never 
runs.

This test depends on junit:junit-dep rather than junit:junit.  junit-dep is 
just like regular junit, except it doesn't bundle hamcrest in the junit jar; 
junit-dep.jar includes only junit.* stuff.  The junit-dep pom depends on 
hamcrest-core 1.1.

Surefire fails to detect junit:junit-dep and treats the test as a POJO test.

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

        

Reply via email to