Title: [waffle-scm] [499] trunk/integration/waffle-taglib/pom.xml: running only acceptance suites (no more all test cases)
Revision
499
Author
fabio.kung
Date
2007-12-18 11:09:50 -0600 (Tue, 18 Dec 2007)

Log Message

running only acceptance suites (no more all test cases)
fixing selenium-client-driver version
build failing when acceptance tests fail

Modified Paths

Diff

Modified: trunk/integration/waffle-taglib/pom.xml (498 => 499)

--- trunk/integration/waffle-taglib/pom.xml	2007-12-18 17:08:53 UTC (rev 498)
+++ trunk/integration/waffle-taglib/pom.xml	2007-12-18 17:09:50 UTC (rev 499)
@@ -41,7 +41,7 @@
     <dependency>
       <groupId>org.openqa.selenium.client-drivers</groupId>
       <artifactId>selenium-java-client-driver</artifactId>
-      <version>0.9.3-SNAPSHOT</version>
+      <version>0.9.2</version>
       <scope>test</scope>
     </dependency>
   </dependencies>
@@ -125,7 +125,7 @@
       <plugin>
         <artifactId>maven-surefire-plugin</artifactId>
         <configuration>
-          <testFailureIgnore>true</testFailureIgnore>
+          <testFailureIgnore>false</testFailureIgnore>
           <skip>true</skip>
         </configuration>
         <executions>
@@ -148,7 +148,7 @@
                 </property>
               </systemProperties>
               <includes>
-                <include>**/acceptance/**/*Test.java</include>
+                <include>**/acceptance/**/*Suite.java</include>
               </includes>
             </configuration>
           </execution>


To unsubscribe from this list please visit:

http://xircles.codehaus.org/manage_email

Reply via email to