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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu May 31 17:59:42 EDT 2007


Author: rachmatowicz at jboss.com
Date: 2007-05-31 17:59:42 -0400 (Thu, 31 May 2007)
New Revision: 63289

Modified:
   branches/Branch_4_2/testsuite/build.xml
Log:
Exclude JBossMQ test case from testsuite (JBPAPP-125)

Modified: branches/Branch_4_2/testsuite/build.xml
===================================================================
--- branches/Branch_4_2/testsuite/build.xml	2007-05-31 21:54:41 UTC (rev 63288)
+++ branches/Branch_4_2/testsuite/build.xml	2007-05-31 21:59:42 UTC (rev 63289)
@@ -713,6 +713,8 @@
     <exclude name="org/jboss/test/jmx/test/JarInSarJSR77UnitTestCase.class"/>
     <!-- JBAS-4328, test showing potential jbossmq message expiration limitation -->
     <exclude name="org/jboss/test/jbossmq/test/JBAS4328UnitTestCase.class"/>
+    <!-- JBPAPP-125 -->
+    <exclude name="org/jboss/test/jbossmq/test/UnackedUnitTestCase.class"/>
   </patternset>
 
   <patternset id="aop-with-classloader.excludes">




More information about the jboss-cvs-commits mailing list