[jboss-cvs] JBoss Messaging SVN: r7822 - branches/hudson_cp09/tests.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Sep 24 04:02:53 EDT 2009


Author: gaohoward
Date: 2009-09-24 04:02:50 -0400 (Thu, 24 Sep 2009)
New Revision: 7822

Modified:
   branches/hudson_cp09/tests/build.xml
Log:
only the failed test


Modified: branches/hudson_cp09/tests/build.xml
===================================================================
--- branches/hudson_cp09/tests/build.xml	2009-09-24 07:41:47 UTC (rev 7821)
+++ branches/hudson_cp09/tests/build.xml	2009-09-24 08:02:50 UTC (rev 7822)
@@ -297,8 +297,6 @@
 
 		<antcall target="invm-tests" />
 
-		<antcall target="remote-tests" />
-
 	</target>
 
 	<target name="thirdparty-tests" depends="tests-jar, prepare-testdirs, clear-test-logs">
@@ -349,9 +347,7 @@
 			<batchtest todir="${junit.batchtest.todir}" haltonfailure="${junit.batchtest.haltonfailure}" haltonerror="${junit.batchtest.haltonerror}">
 				<formatter type="plain" usefile="${junit.formatter.usefile}" />
 				<fileset dir="${build.tests.classes}">
-					<include name="**/messaging/core/**/${test-mask}.class" />
-					<include name="**/jms/**/${test-mask}.class" />
-					<include name="**/messaging/util/**/${test-mask}.class" />
+					<include name="**/jms/**/OrderingGroupGeneralTest.class" />
                                         <exclude name="**/jms/server/recovery/**" />
                                         <exclude name="**/jms/DeliveryOnConnectionFailureTest.class" />
 					<exclude name="**/jms/MemLeakTest.class" />




More information about the jboss-cvs-commits mailing list