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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Jun 30 18:22:07 EDT 2010


Author: smarlow at redhat.com
Date: 2010-06-30 18:22:07 -0400 (Wed, 30 Jun 2010)
New Revision: 106355

Modified:
   branches/Branch_No_Multicast/testsuite/build.xml
Log:
include jboss messaging and binding manager testing for cluster-ec2 and mod_cluster-ec

Modified: branches/Branch_No_Multicast/testsuite/build.xml
===================================================================
--- branches/Branch_No_Multicast/testsuite/build.xml	2010-06-30 22:20:23 UTC (rev 106354)
+++ branches/Branch_No_Multicast/testsuite/build.xml	2010-06-30 22:22:07 UTC (rev 106355)
@@ -1675,9 +1675,10 @@
       <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"/-->
+      <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"/>
 -->
@@ -1714,9 +1715,10 @@
       <property name="conf" value="mod_cluster-ec2"/>
       <property name="baseconf" value="mod_cluster-ec2"/>
 
-      <!--antcall target="tests-jbossmessaging"/-->
+      <antcall target="tests-jbossmessaging"/>
 
-      <!--antcall target="tests-binding-manager"/-->
+      <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"/>
 -->



More information about the jboss-cvs-commits mailing list