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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri May 4 03:15:29 EDT 2007


Author: dimitris at jboss.org
Date: 2007-05-04 03:15:29 -0400 (Fri, 04 May 2007)
New Revision: 62803

Modified:
   branches/Branch_4_2/testsuite/build.xml
Log:
JBAS-4328, exclude test showing potential jbossmq message expiration limitation

Modified: branches/Branch_4_2/testsuite/build.xml
===================================================================
--- branches/Branch_4_2/testsuite/build.xml	2007-05-04 05:21:56 UTC (rev 62802)
+++ branches/Branch_4_2/testsuite/build.xml	2007-05-04 07:15:29 UTC (rev 62803)
@@ -685,6 +685,8 @@
     <exclude name="org/jboss/test/cache/test/local/ConcurrentTransactionalUnitTestCase.class"/>
     <!-- JBAS-2026 -->
     <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"/>
   </patternset>
 
   <patternset id="aop-with-classloader.excludes">




More information about the jboss-cvs-commits mailing list