tomiq wrote:
> 
> Hi everyone there is some weird surefire test issue running on my
> computer.
> The problem is that I have 5 nonFailing(!) TestCase tests. When I run mvn
> test on the project surefire first runs the tests with no failure (Tests
> run: 95, Failures: 0, Errors: 0, Skipped: 0) then writes "There are test
> failures." so the build fails too (even if -fn or -fae are enabled - I
> need the project's maven package).
> [EDIT] surefire tests pass only if
> <testFailureIgnore>true</testFailureIgnore> is set in the
> maven-surefire-plugin's configuration.
> 
> I encounred CHECKSUM FAILED warning while downloading some maven plugins
> from repository :
> org/apache/maven/surefire/surefire-providers/2.0/surefire-providers-2.0.pom,
> but it happens on every mirror I tried. I also tried to redownload the
> whole repository - nothing works.
> I'm using maven2.0.4 on sunJava1.5_06 on winXPsp2 (and I can provide
> detail info if it is needed).
> So post if you have something to say about the matter. Thanx
> 
> tomas r
> 
> btw: some mvn output is attached: 
> http://www.nabble.com/user-files/332/error.log error.log 
> 

odd....have you tried isolating which test case is failing? you can add
-Dtest=[test case] to specify which test to run.
-- 
View this message in context: 
http://www.nabble.com/weird-surefire-test-failure-while-all-tests-succeed-tf2116002.html#a5844209
Sent from the Maven - Users forum at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to