[jboss-cvs] JBossAS SVN: r89189 - branches/Branch_5_x/testsuite.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed May 20 10:22:51 EDT 2009


Author: bstansberry at jboss.com
Date: 2009-05-20 10:22:50 -0400 (Wed, 20 May 2009)
New Revision: 89189

Modified:
   branches/Branch_5_x/testsuite/build.xml
Log:
[JBAS-6094] Exclude test due to known issue with usage of ManagedObject name/nameType

Modified: branches/Branch_5_x/testsuite/build.xml
===================================================================
--- branches/Branch_5_x/testsuite/build.xml	2009-05-20 14:12:20 UTC (rev 89188)
+++ branches/Branch_5_x/testsuite/build.xml	2009-05-20 14:22:50 UTC (rev 89189)
@@ -929,6 +929,9 @@
    	  <!-- JBAS-6792 fix temporarily reverted -->
       <!--exclude name="org/jboss/test/cluster/defaultcfg/test/HAServiceUnitTestCase.class"/>
       <exclude name="org/jboss/test/cluster/defaultcfg/test/HASingletonUnitTestCase.class"/-->
+   	
+   	<!-- JBAS-6094, see http://www.jboss.org/index.html?module=bb&op=viewtopic&t=155647 -->
+   	<exclude name="org/jboss/test/cluster/defaultcfg/test/ClusterPartitionManagedObjectsTestCase.class"/>
    </patternset>
 
    <patternset id="aop-with-classloader.excludes">




More information about the jboss-cvs-commits mailing list