[Jboss-cvs] JBossAS SVN: r54940 - trunk/testsuite

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Jul 31 16:09:12 EDT 2006


Author: bstansberry at jboss.com
Date: 2006-07-31 16:09:11 -0400 (Mon, 31 Jul 2006)
New Revision: 54940

Modified:
   trunk/testsuite/build.xml
Log:
[JBAS-2071] Test for controlled access to FamilyClusterInfo

Modified: trunk/testsuite/build.xml
===================================================================
--- trunk/testsuite/build.xml	2006-07-31 20:07:45 UTC (rev 54939)
+++ trunk/testsuite/build.xml	2006-07-31 20:09:11 UTC (rev 54940)
@@ -537,6 +537,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"/>
@@ -553,6 +554,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/cluster/jmx/test/*TestCase.class"/>




More information about the jboss-cvs-commits mailing list