You are viewing a plain text version of this content. The canonical link for it is here.
Posted to surefire-commits@maven.apache.org by df...@apache.org on 2007/12/10 20:26:26 UTC

svn commit: r603004 - /maven/surefire/trunk/surefire-integration-tests/pom.xml

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>