[jboss-cvs] JBossAS SVN: r65856 - branches/JBPAPP_4_2_0_GA_CP/testsuite.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Oct 4 13:44:15 EDT 2007


Author: clebert.suconic at jboss.com
Date: 2007-10-04 13:44:15 -0400 (Thu, 04 Oct 2007)
New Revision: 65856

Modified:
   branches/JBPAPP_4_2_0_GA_CP/testsuite/build.xml
Log:
Removing JMSTestCase from list

Modified: branches/JBPAPP_4_2_0_GA_CP/testsuite/build.xml
===================================================================
--- branches/JBPAPP_4_2_0_GA_CP/testsuite/build.xml	2007-10-04 17:38:34 UTC (rev 65855)
+++ branches/JBPAPP_4_2_0_GA_CP/testsuite/build.xml	2007-10-04 17:44:15 UTC (rev 65856)
@@ -711,6 +711,8 @@
      <include name="**/*UnitTestCase.class"/>
      <patternset refid="all.excludes-jbossmessaging"/>
      <exclude name="**/test/xa/test/XAUnitTestCase.class"/>
+  	 <!-- this is a super class... no tests on it -->
+  	 <exclude name="org/jboss/test/jbossmessaging/JMSTestCase.class"/> 	
   </patternset>
 
   <patternset id="jbossmessaging.excludes">




More information about the jboss-cvs-commits mailing list