[jbossws-commits] JBossWS SVN: r4874 - framework/branches/jbossws-framework-2.0.2/src/test/ant-import.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Wed Oct 24 06:11:51 EDT 2007


Author: thomas.diesler at jboss.com
Date: 2007-10-24 06:11:51 -0400 (Wed, 24 Oct 2007)
New Revision: 4874

Modified:
   framework/branches/jbossws-framework-2.0.2/src/test/ant-import/build-testsuite.xml
Log:
Fix typo

Modified: framework/branches/jbossws-framework-2.0.2/src/test/ant-import/build-testsuite.xml
===================================================================
--- framework/branches/jbossws-framework-2.0.2/src/test/ant-import/build-testsuite.xml	2007-10-24 10:03:25 UTC (rev 4873)
+++ framework/branches/jbossws-framework-2.0.2/src/test/ant-import/build-testsuite.xml	2007-10-24 10:11:51 UTC (rev 4874)
@@ -413,7 +413,7 @@
       <param name="include.wildcard" value="org/jboss/test/ws/jaxws/samples/**/*TestCase.class org/jboss/test/ws/*/smoke/**/*TestCase.class"/>
       <param name="exclude.wildcard" value="org/jboss/test/ws/*/samples/jaxr/**"/>
       <!--
-        According to our commit policy, haltonfailure MUST be be true for tests-samples.
+        According to our commit policy, haltonfailure MUST be be true for tests-smoke
         It is a prerequisite for any commit that this target passes without failure.
       -->
       <param name="haltonfailure" value="true"/>
@@ -426,6 +426,7 @@
     <antcall target="tests-run-internal">
       <param name="include.wildcard" value="org/jboss/test/ws/*/samples/**/*TestCase.class"/>
       <param name="exclude.wildcard" value="org/jboss/test/ws/*/samples/jaxr/**"/>      
+      <param name="haltonfailure" value="false"/>
     </antcall>    
   </target>
   




More information about the jbossws-commits mailing list