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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Jul 31 17:55:14 EDT 2006


Author: bstansberry at jboss.com
Date: 2006-07-31 17:55:13 -0400 (Mon, 31 Jul 2006)
New Revision: 54950

Modified:
   branches/Branch_4_0/testsuite/build.xml
Log:
[JBAS-2225] Test target list is immutable

Modified: branches/Branch_4_0/testsuite/build.xml
===================================================================
--- branches/Branch_4_0/testsuite/build.xml	2006-07-31 21:54:15 UTC (rev 54949)
+++ branches/Branch_4_0/testsuite/build.xml	2006-07-31 21:55:13 UTC (rev 54950)
@@ -565,6 +565,7 @@
     <exclude name="org/jboss/test/cluster/test/CrossServerCalls*"/>
     <exclude name="org/jboss/test/cluster/test/DistributedState*"/>
     <exclude name="org/jboss/test/cluster/test/DRM*"/>
+    <exclude name="org/jboss/test/cluster/test/FamilyCluster*"/>
     <exclude name="org/jboss/test/cluster/test/HAJndi*"/>
     <!-- Problem tests -->
     <exclude name="org/jboss/test/cluster/test/*ConcurrentTestCase.class"/>
@@ -581,6 +582,7 @@
     <include name="org/jboss/test/cluster/test/CrossServerCallsUnitTestCase.class"/>
     <include name="org/jboss/test/cluster/test/DistributedStateTestCase.class"/>
     <include name="org/jboss/test/cluster/test/DRMTestCase.class"/>
+    <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/testbeancluster/test/*TestCase.class"/>




More information about the jboss-cvs-commits mailing list