Author: dfabulich
Date: Mon Dec 10 11:26:20 2007
New Revision: 603004
URL: http://svn.apache.org/viewvc?rev=603004&view=rev
Log:
[SUREFIERE-404] Don't ignore integration test failures, now that we think they
all pass.
Modified:
maven/surefire/trunk/surefire-integration-tests/pom.xml
Modified: maven/surefire/trunk/surefire-integration-tests/pom.xml
URL:
http://svn.apache.org/viewvc/maven/surefire/trunk/surefire-integration-tests/pom.xml?rev=603004&r1=603003&r2=603004&view=diff
==============================================================================
--- maven/surefire/trunk/surefire-integration-tests/pom.xml (original)
+++ maven/surefire/trunk/surefire-integration-tests/pom.xml Mon Dec 10 11:26:20
2007
@@ -41,7 +41,6 @@
<include>org/**/*Test.java</include>
<include>org/**/*TestCase.java</include>
</includes>
- <testFailureIgnore>true</testFailureIgnore>
</configuration>
</plugin>
</plugins>