[jboss-cvs] JBossAS SVN: r63313 - branches/Branch_4_2/testsuite.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Jun 1 17:39:45 EDT 2007


Author: thomas.diesler at jboss.com
Date: 2007-06-01 17:39:45 -0400 (Fri, 01 Jun 2007)
New Revision: 63313

Modified:
   branches/Branch_4_2/testsuite/build.xml
Log:
Exclude webservice/jbws309

Modified: branches/Branch_4_2/testsuite/build.xml
===================================================================
--- branches/Branch_4_2/testsuite/build.xml	2007-06-01 21:26:12 UTC (rev 63312)
+++ branches/Branch_4_2/testsuite/build.xml	2007-06-01 21:39:45 UTC (rev 63313)
@@ -662,7 +662,7 @@
     <include name="org/jboss/test/webservice/**/*TestCase.class"/>
   </patternset>
   <patternset id="webservice.excludes">
-    <include name="org/jboss/test/webservice/jbws309/*TestCase.class"/>
+    <include name="org/jboss/test/webservice/jbws309/**"/>
   </patternset>
   <!-- Tests needing xml binding setup -->
   <patternset id="jbossxb.includes">
@@ -2259,6 +2259,7 @@
 
         <fileset dir="${build.classes}">
           <include name="org/jboss/test/webservice/**/*TestCase.class"/>
+          <exclude name="org/jboss/test/webservice/jbws309/**"/>
         </fileset>
       </batchtest>
     </junit>




More information about the jboss-cvs-commits mailing list