[jboss-cvs] JBossAS SVN: r106294 - branches/Branch_No_Multicast/testsuite.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sat Jun 26 10:59:35 EDT 2010


Author: smarlow at redhat.com
Date: 2010-06-26 10:59:35 -0400 (Sat, 26 Jun 2010)
New Revision: 106294

Modified:
   branches/Branch_No_Multicast/testsuite/build.xml
Log:
run without ec2 binding manager and messaging tests

Modified: branches/Branch_No_Multicast/testsuite/build.xml
===================================================================
--- branches/Branch_No_Multicast/testsuite/build.xml	2010-06-25 20:59:42 UTC (rev 106293)
+++ branches/Branch_No_Multicast/testsuite/build.xml	2010-06-26 14:59:35 UTC (rev 106294)
@@ -1661,20 +1661,22 @@
 		<property name="conf" value="cluster-ec2"/>
 		<property name="baseconf" value="cluster-ec2"/>
 
-        <antcall target="tests-jbossmessaging"/>
+        <!--antcall target="tests-jbossmessaging"/>
 
         <antcall target="tests-binding-manager"/>
-
+-->
 <!-- Temporarily disabling, doesn't work with hornetq, need to conditionally run this target only for jboss messaging
       <antcall target="tests-jbossmessaging-cluster"/>
 -->
 
 
-		
+
 		<antcall target="jboss-all-config-tests" inheritrefs="true">
 			<param name="custom.excludes" value="ec2.excludes"/>
-	   </antcall>
-		<antcall target="tests-clustering-cluster-ec2" inheritrefs="true"/>
+	        </antcall>
+		<antcall target="tests-clustering-cluster-ec2" inheritrefs="true">
+			<param name="custom.excludes" value="ec2.excludes"/>
+	        </antcall>
 
 
 



More information about the jboss-cvs-commits mailing list