[jboss-cvs] JBossAS SVN: r64328 - branches/Branch_4_4/testsuite.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Jul 27 12:01:55 EDT 2007


Author: clebert.suconic at jboss.com
Date: 2007-07-27 12:01:54 -0400 (Fri, 27 Jul 2007)
New Revision: 64328

Modified:
   branches/Branch_4_4/testsuite/build.xml
Log:
http://jira.jboss.org/jira/browse/JBAS-4566

Modified: branches/Branch_4_4/testsuite/build.xml
===================================================================
--- branches/Branch_4_4/testsuite/build.xml	2007-07-27 15:29:39 UTC (rev 64327)
+++ branches/Branch_4_4/testsuite/build.xml	2007-07-27 16:01:54 UTC (rev 64328)
@@ -706,6 +706,11 @@
      <include name="org/jboss/test/jbossmessaging/perf/*StressTestCase.class"/>
      <include name="org/jboss/test/jbossmessaging/ra/*UnitTestCase.class"/>
      <include name="org/jboss/test/jms/integration/**/*Test.class"/>
+     <include name="**/*UnitTestCase.class"/>
+     <patternset refid="all.excludes"/>
+     <exclude name="**/test/xa/test/XAUnitTestCase.class"/>
+     <exclude name="org/jboss/test/aop/test/**"/> <!--  this requires all -->
+     <exclude name="org/jboss/test/jbossmq/**"/> 
   </patternset>
 
   <patternset id="jbossmessaging.excludes">
@@ -794,7 +799,7 @@
     <antcall target="tests-unified"/>
     <antcall target="tests-aop-scoped"/>
     <antcall target="tests-classloader-leak"/>
-    <antcall target="tests-jbossmessaging"/>
+    <antcall target="tests-soa"/>
     <antcall target="tests-report"/>
     <record name="${basedir}/build.log" action="stop"/>
   </target>
@@ -2528,7 +2533,7 @@
     <!--
       | Run JMS tests against the Messaging JMS provider
     -->
-	<target name="tests-jbossmessaging"
+	<target name="tests-soa"
 	   description="Run JMS tests against the Messaging JMS provider">
 	
 		<!-- unpack the integration tests from jms-integration-tests, packed as thirdparty libraries -->
@@ -2569,10 +2574,10 @@
        </classpath>
 
        <!-- formatter type="xml" usefile="${junit.formatter.usefile}"/ -->
-       <sysproperty key="jboss-junit-configuration" value="tests-jbossmessaging"/>
+       <sysproperty key="jboss-junit-configuration" value="tests-soa"/>
        <formatter classname="org.jboss.ant.taskdefs.XMLJUnitMultipleResultFormatter"
                   usefile="${junit.formatter.usefile}"
-                  extension="-tests-jbossmessaging.xml"/>
+                  extension="-tests-soa.xml"/>
 
        <batchtest todir="${build.reports}"
          haltonerror="${junit.batchtest.haltonerror}"




More information about the jboss-cvs-commits mailing list