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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sun Aug 19 16:49:26 EDT 2007


Author: bstansberry at jboss.com
Date: 2007-08-19 16:49:26 -0400 (Sun, 19 Aug 2007)
New Revision: 64701

Modified:
   trunk/testsuite/build.xml
Log:
Exclude tests invoking JBossCache via MBean interface, which is no longer supported

Modified: trunk/testsuite/build.xml
===================================================================
--- trunk/testsuite/build.xml	2007-08-19 15:58:08 UTC (rev 64700)
+++ trunk/testsuite/build.xml	2007-08-19 20:49:26 UTC (rev 64701)
@@ -793,6 +793,9 @@
       <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 -->
+      <exclude name="org/jboss/test/cache/bean/MBeanUnitTestCase.class"/>  
+      <exclude name="org/jboss/test/cache/test/aop/*MBeanUnitTestCase.class"/>  
    </patternset>
 	
    <patternset id="jbossmq.excludes">




More information about the jboss-cvs-commits mailing list