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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Jun 1 12:54:00 EDT 2007


Author: rachmatowicz at jboss.com
Date: 2007-06-01 12:54:00 -0400 (Fri, 01 Jun 2007)
New Revision: 63309

Modified:
   branches/Branch_4_2/testsuite/build.xml
Log:
Excluding JBossMQ test case (JBPAPP-149) 

Modified: branches/Branch_4_2/testsuite/build.xml
===================================================================
--- branches/Branch_4_2/testsuite/build.xml	2007-06-01 15:51:43 UTC (rev 63308)
+++ branches/Branch_4_2/testsuite/build.xml	2007-06-01 16:54:00 UTC (rev 63309)
@@ -715,6 +715,8 @@
     <exclude name="org/jboss/test/jbossmq/test/JBAS4328UnitTestCase.class"/>
     <!-- JBPAPP-125 -->
     <exclude name="org/jboss/test/jbossmq/test/UnackedUnitTestCase.class"/>
+    <!-- JBPAPP-149 -->
+    <exclude name="org/jboss/test/jbossmq/test/SecurityUnitTestCase.class"/>
   </patternset>
 
   <patternset id="aop-with-classloader.excludes">




More information about the jboss-cvs-commits mailing list