[Jboss-cvs] JBossAS SVN: r56384 - branches/Branch_4_0/testsuite

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Aug 29 00:24:35 EDT 2006


Author: bstansberry at jboss.com
Date: 2006-08-29 00:24:34 -0400 (Tue, 29 Aug 2006)
New Revision: 56384

Modified:
   branches/Branch_4_0/testsuite/build.xml
Log:
Include HAInvokerUnitTestCase in cluster patternsets

Modified: branches/Branch_4_0/testsuite/build.xml
===================================================================
--- branches/Branch_4_0/testsuite/build.xml	2006-08-29 03:32:36 UTC (rev 56383)
+++ branches/Branch_4_0/testsuite/build.xml	2006-08-29 04:24:34 UTC (rev 56384)
@@ -575,6 +575,7 @@
     <include name="org/jboss/test/cluster/test/FamilyClusterInfoUnitTestCase.class"/>
     <include name="org/jboss/test/cluster/test/HAJndiTestCase.class"/>
     <include name="org/jboss/test/cluster/partition/test/*TestCase.class"/>
+    <include name="org/jboss/test/cluster/jmx/test/*TestCase.class"/>
     <include name="org/jboss/test/testbeancluster/test/*TestCase.class"/>
     <include name="org/jboss/test/ha/farm/test/*TestCase.class" />
   </patternset>
@@ -582,6 +583,7 @@
     <exclude name="org/jboss/test/cluster/test/*TestCase.class"/>
     <exclude name="org/jboss/test/cluster/test/web/jk/test/*TestCase.class"/>
     <exclude name="org/jboss/test/cluster/partition/test/*TestCase.class"/>
+    <exclude name="org/jboss/test/cluster/jmx/test/*TestCase.class"/>
     <exclude name="org/jboss/test/testbeancluster/test/*TestCase.class"/>
     <exclude name="org/jboss/test/ha/farm/test/*TestCase.class" />
   </patternset>
@@ -1062,12 +1064,12 @@
 
     <!-- If jboss-junit-configuration wasn't passed in, set it now -->
     <property name="jboss-junit-configuration" value="UDP"/>
-    
+
     <antcall target="tests-clustering-configure" inheritRefs="true"/>
 
     <server:start name="cluster-${jboss-junit-configuration}-0"/>
     <server:start name="cluster-${jboss-junit-configuration}-1"/>
-
+   
     <echo message="Going to call target tests-clustering-unit for non-HTTP tests"/>
 
     <antcall target="tests-clustering-unit">




More information about the jboss-cvs-commits mailing list