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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Aug 2 17:10:25 EDT 2006


Author: bstansberry at jboss.com
Date: 2006-08-02 17:10:24 -0400 (Wed, 02 Aug 2006)
New Revision: 55044

Modified:
   trunk/testsuite/build.xml
Log:
Exclude HASingletonElectionPolicy test from clustered http tests

Modified: trunk/testsuite/build.xml
===================================================================
--- trunk/testsuite/build.xml	2006-08-02 21:07:46 UTC (rev 55043)
+++ trunk/testsuite/build.xml	2006-08-02 21:10:24 UTC (rev 55044)
@@ -515,6 +515,7 @@
     <exclude name="org/jboss/test/cluster/test/DRM*"/>
     <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"/>
     <!-- Problem tests -->
     <exclude name="org/jboss/test/cluster/test/*ConcurrentTestCase.class"/>
     <exclude name="org/jboss/test/cluster/test/FormAuthFailoverTestCase.class"/>




More information about the jboss-cvs-commits mailing list