[jboss-cvs] JBossAS SVN: r60864 - trunk/testsuite.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Feb 23 19:53:07 EST 2007


Author: jerrygauth
Date: 2007-02-23 19:53:07 -0500 (Fri, 23 Feb 2007)
New Revision: 60864

Modified:
   trunk/testsuite/build.xml
Log:
exclude RPCTestCase from http cluster test suite

Modified: trunk/testsuite/build.xml
===================================================================
--- trunk/testsuite/build.xml	2007-02-24 00:23:53 UTC (rev 60863)
+++ trunk/testsuite/build.xml	2007-02-24 00:53:07 UTC (rev 60864)
@@ -578,6 +578,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/RPC*"/>
     <exclude name="org/jboss/test/cluster/test/FamilyCluster*"/>
     <exclude name="org/jboss/test/cluster/test/HAJndi*"/>
     <exclude name="org/jboss/test/cluster/test/HASingletonElectionPolicyTestCase.class"/>




More information about the jboss-cvs-commits mailing list