[jboss-cvs] JBossAS SVN: r62092 - branches/Branch_4_2/testsuite.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Apr 4 14:30:21 EDT 2007


Author: dimitris at jboss.org
Date: 2007-04-04 14:30:21 -0400 (Wed, 04 Apr 2007)
New Revision: 62092

Modified:
   branches/Branch_4_2/testsuite/build.xml
Log:
JBAS-2026, exclude org/jboss/test/jmx/test/JarInSarJSR77UnitTestCase.class

Modified: branches/Branch_4_2/testsuite/build.xml
===================================================================
--- branches/Branch_4_2/testsuite/build.xml	2007-04-04 18:06:13 UTC (rev 62091)
+++ branches/Branch_4_2/testsuite/build.xml	2007-04-04 18:30:21 UTC (rev 62092)
@@ -683,6 +683,8 @@
     <!-- Needs apache ? -->
     <exclude name="org/jboss/test/cluster/httpsessionreplication/**"/>
     <exclude name="org/jboss/test/cache/test/local/ConcurrentTransactionalUnitTestCase.class"/>
+    <!-- JBAS-2026 -->
+    <exclude name="org/jboss/test/jmx/test/JarInSarJSR77UnitTestCase.class"/>
   </patternset>
 
   <patternset id="aop-with-classloader.excludes">
@@ -2510,6 +2512,7 @@
 
         <fileset dir="${build.classes}">
           <include name="org/jboss/test/${test}/**/*TestCase.class"/>
+          <patternset refid="badtest.excludes"/>
         </fileset>
       </batchtest>
     </junit>




More information about the jboss-cvs-commits mailing list