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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Nov 3 10:46:25 EDT 2010


Author: smcgowan at redhat.com
Date: 2010-11-03 10:46:24 -0400 (Wed, 03 Nov 2010)
New Revision: 109091

Modified:
   trunk/testsuite/build.xml
Log:
JBAS-8552 - exclude WeldTranslator3rdPartyLibExampleUnitTestCase

Modified: trunk/testsuite/build.xml
===================================================================
--- trunk/testsuite/build.xml	2010-11-03 13:34:53 UTC (rev 109090)
+++ trunk/testsuite/build.xml	2010-11-03 14:46:24 UTC (rev 109091)
@@ -1106,7 +1106,9 @@
     <include name="org/jboss/test/deployers/seam/test/*UnitTestCase.class"/>
     <include name="org/jboss/test/deployers/spaces/test/*UnitTestCase.class"/>
     <include name="org/jboss/test/deployers/weld/test/*UnitTestCase.class"/>
-  	<exclude name="org/jboss/test/profileservice/test/JmsDestinationUnitTestCase.class"/>
+    <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"/>
   </patternset>
   <patternset id="profileservice.excludes">
     <exclude name="org/jboss/test/profileservice/test/*TestCase.class"/>
@@ -1175,8 +1177,6 @@
       <exclude name="org/jboss/test/web/test/StatusServletTestCase.class"/>
       <!-- JBAS-8239 -->
       <exclude name="org/jboss/test/deadlock/test/BeanStressTestCase.class"/>
-      <!-- JBAS-8410; exclude Weld libs test, currently manual only -->
-      <exclude name="org/jboss/test/deployers/weld/test/WeldTranslator3rdPartyLibExampleUnitTestCase.class"/>
    </patternset>
 
    <patternset id="aop-with-classloader.excludes">



More information about the jboss-cvs-commits mailing list