[jboss-cvs] JBossAS SVN: r66834 - branches/JBPAPP_4_2/testsuite.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Nov 7 16:32:34 EST 2007


Author: rrajesh
Date: 2007-11-07 16:32:34 -0500 (Wed, 07 Nov 2007)
New Revision: 66834

Modified:
   branches/JBPAPP_4_2/testsuite/build.xml
Log:
Exclude running org/jboss/test/jbossmessaging/JMSTestCase, just a base test class

Modified: branches/JBPAPP_4_2/testsuite/build.xml
===================================================================
--- branches/JBPAPP_4_2/testsuite/build.xml	2007-11-07 21:31:16 UTC (rev 66833)
+++ branches/JBPAPP_4_2/testsuite/build.xml	2007-11-07 21:32:34 UTC (rev 66834)
@@ -724,6 +724,7 @@
      <include name="**/*UnitTestCase.class"/>
      <patternset refid="all.excludes-jbossmessaging"/>
      <exclude name="**/test/xa/test/XAUnitTestCase.class"/>
+     <exclude name="org/jboss/test/jbossmessaging/JMSTestCase.class"/>     
   </patternset>
 
   <patternset id="jbossmessaging.excludes">




More information about the jboss-cvs-commits mailing list