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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Feb 19 10:00:13 EST 2008


Author: smcgowan at redhat.com
Date: 2008-02-19 10:00:13 -0500 (Tue, 19 Feb 2008)
New Revision: 69927

Modified:
   trunk/testsuite/build.xml
Log:
JBAS-5214 - exclude bad tests

Modified: trunk/testsuite/build.xml
===================================================================
--- trunk/testsuite/build.xml	2008-02-19 12:57:32 UTC (rev 69926)
+++ trunk/testsuite/build.xml	2008-02-19 15:00:13 UTC (rev 69927)
@@ -814,8 +814,6 @@
       <!-- Needs apache ? -->
       <exclude name="org/jboss/test/cluster/httpsessionreplication/**" />
       <exclude name="org/jboss/test/cache/test/local/ConcurrentTransactionalUnitTestCase.class" />
-      <!-- JBAS-2889 Doesnt clean up deployments. Removed until fixed. -->
-      <exclude name="org/jboss/test/client/test/AppClientUnitTestCase.class"/>
       <!-- JBAS-2026 -->
       <exclude name="org/jboss/test/jmx/test/JarInSarJSR77UnitTestCase.class"/>
       <!-- Tests invoking JBossCache via MBean interface, which is no longer supported -->
@@ -826,6 +824,8 @@
       <exclude name="org/jboss/test/deployers/seam/test/**"/>
    	<!-- Test of old farming implementation -->
       <exclude name="org/jboss/test/cluster/multicfg/test/ClusterFileTransferTestCase.class"/>
+      <!-- JBAS-5241 -->
+      <exclude name="org/jboss/test/classloader/test/CircularityUnitTestCase.class"/>
    </patternset>
 	
    <patternset id="jbossmq.excludes">




More information about the jboss-cvs-commits mailing list