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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri May 4 07:35:49 EDT 2007


Author: dimitris at jboss.org
Date: 2007-05-04 07:35:49 -0400 (Fri, 04 May 2007)
New Revision: 62806

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 11:25:02 UTC (rev 62805)
+++ branches/Branch_4_2/testsuite/build.xml	2007-05-04 11:35:49 UTC (rev 62806)
@@ -686,7 +686,7 @@
     <!-- 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"/>
+    <exclude name="org/jboss/test/jbossmq/test/JBAS4328UnitTestCase.class"/>
   </patternset>
 
   <patternset id="aop-with-classloader.excludes">




More information about the jboss-cvs-commits mailing list