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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Aug 4 11:30:44 EDT 2011


Author: smcgowan at redhat.com
Date: 2011-08-04 11:30:44 -0400 (Thu, 04 Aug 2011)
New Revision: 111934

Modified:
   trunk/testsuite/build.xml
Log:
relocate Ejb3MetricsUnitTestCase to profileservice.excludes

Modified: trunk/testsuite/build.xml
===================================================================
--- trunk/testsuite/build.xml	2011-08-04 15:17:45 UTC (rev 111933)
+++ trunk/testsuite/build.xml	2011-08-04 15:30:44 UTC (rev 111934)
@@ -1189,6 +1189,8 @@
     <exclude name="org/jboss/test/profileservice/test/JmsDestinationUnitTestCase.class"/>
     <!-- JBAS-8410: exclude Weld libs test, currently manual only -->
     <exclude name="org/jboss/test/deployers/weld/test/WeldTranslator3rdPartyLibExampleUnitTestCase.class"/>
+    <!-- Unresolved JIRAs: JBAS-8739 JBAS-8245 with No Release targeted for fixing -->
+    <exclude name="org/jboss/test/profileservice/test/Ejb3MetricsUnitTestCase.class"/>
   </patternset>
   <patternset id="profileservice.excludes">
     <exclude name="org/jboss/test/profileservice/test/*TestCase.class"/>
@@ -1260,10 +1262,6 @@
       <!-- JBAS-8821 -->
       <exclude name="org/jboss/ejb3/async/test/AsyncSessionBeanUnitTestCase.class"/>
       
-      <!-- Unresolved JIRAs: JBAS-8739 JBAS-8245 with No Release targeted for fixing -->
-      <exclude name="org/jboss/test/profileservice/test/Ejb3MetricsUnitTestCase.class"/>
-
-
    </patternset>
 
    <patternset id="aop-with-classloader.excludes">



More information about the jboss-cvs-commits mailing list