Author: bentmann
Date: Sun Jun 28 18:17:52 2009
New Revision: 789135

URL: http://svn.apache.org/viewvc?rev=789135&view=rev
Log:
o Decoupled test from assumption that default values apply (for instance during 
CI, surefire.useFile is commonly set to false)

Modified:
    
maven/surefire/trunk/surefire-integration-tests/src/test/resources/testng-execute-error/pom.xml

Modified: 
maven/surefire/trunk/surefire-integration-tests/src/test/resources/testng-execute-error/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/surefire/trunk/surefire-integration-tests/src/test/resources/testng-execute-error/pom.xml?rev=789135&r1=789134&r2=789135&view=diff
==============================================================================
--- 
maven/surefire/trunk/surefire-integration-tests/src/test/resources/testng-execute-error/pom.xml
 (original)
+++ 
maven/surefire/trunk/surefire-integration-tests/src/test/resources/testng-execute-error/pom.xml
 Sun Jun 28 18:17:52 2009
@@ -42,6 +42,7 @@
         <version>${surefire.version}</version>
         <configuration>
           <forkMode>once</forkMode>
+          <useFile>true</useFile>
           <redirectTestOutputToFile>true</redirectTestOutputToFile>
         </configuration>
       </plugin>


Reply via email to