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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Feb 14 06:54:25 EST 2007


Author: dimitris at jboss.org
Date: 2007-02-14 06:54:25 -0500 (Wed, 14 Feb 2007)
New Revision: 60529

Modified:
   branches/Branch_4_2/testsuite/build.xml
Log:
JBAS-4024, disable txiiop test

Modified: branches/Branch_4_2/testsuite/build.xml
===================================================================
--- branches/Branch_4_2/testsuite/build.xml	2007-02-14 11:16:31 UTC (rev 60528)
+++ branches/Branch_4_2/testsuite/build.xml	2007-02-14 11:54:25 UTC (rev 60529)
@@ -182,7 +182,7 @@
     <include name="org/jboss/test/cluster/test/DRMTestCase$TestListener.class"/>
     <include name="org/jboss/test/cts/test/ClientCallbackImpl.class"/>
     <include name="org/jboss/test/jmx/invoker/BadListener.class"/>
-    <include name="org/jboss/test/jmx/invoker/Listener.class"/>
+    <include name="org/jboss/test/jmx/invoker/Listener.class"/>  
   </patternset>
 
   <!-- ===== -->
@@ -631,6 +631,7 @@
   <!-- Tests needing IIOP setup -->
   <patternset id="iiop.includes">
     <include name="org/jboss/test/*iiop/test/*TestCase.class"/>
+    <exclude name="org/jboss/test/txiiop/test/*TestCase.class"/>
   </patternset>
   <patternset id="iiop.excludes">
     <exclude name="org/jboss/test/*iiop/test/*"/>




More information about the jboss-cvs-commits mailing list