[Jboss-cvs] JBossAS SVN: r55457 - branches/Branch_4_0/testsuite

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Aug 9 15:59:24 EDT 2006


Author: bstansberry at jboss.com
Date: 2006-08-09 15:59:23 -0400 (Wed, 09 Aug 2006)
New Revision: 55457

Modified:
   branches/Branch_4_0/testsuite/build.xml
Log:
Fix config name with BR enabled

Modified: branches/Branch_4_0/testsuite/build.xml
===================================================================
--- branches/Branch_4_0/testsuite/build.xml	2006-08-09 19:35:12 UTC (rev 55456)
+++ branches/Branch_4_0/testsuite/build.xml	2006-08-09 19:59:23 UTC (rev 55457)
@@ -1047,7 +1047,7 @@
     -->
   </target>
 
-  <!-- Depending on the value of the ${jgroups-stack} variable, uses different JGroups stacks -->
+  <!-- Depending on the value of the ${jboss-junit-configuration} variable, uses different JGroups stacks -->
   <target name="tests-clustering"
     description="Execute clustering tests requiring two nodes.">
 
@@ -1220,8 +1220,8 @@
     <create-cluster-node conf="cluster-${jboss-junit-configuration}-BR-1" host="${node1}"/>
 
     <echo message="Modifying the node0 and node1 Tomcat configuration for REPL_SYNC/UseJK/BR"/>
-    <http-cluster-node-config-change conf="cluster-${jboss-junit-configuration}-SYNC-0" useBuddyRepl="true"/>
-    <http-cluster-node-config-change conf="cluster-${jboss-junit-configuration}-SYNC-1" useBuddyRepl="true"/>
+    <http-cluster-node-config-change conf="cluster-${jboss-junit-configuration}-BR-0" useBuddyRepl="true"/>
+    <http-cluster-node-config-change conf="cluster-${jboss-junit-configuration}-BR-1" useBuddyRepl="true"/>
   </target>
 
   <target name="tests-clustering-field-br-configure" unless="${tests.clustering.skip.startup}">
@@ -1233,8 +1233,8 @@
     <http-cluster-field-node-config-change conf="cluster-field-${jboss-junit-configuration}-BR-1"/>
 
     <echo message="Modifying the node0 and node1 Tomcat configuration for REPL_SYNC/UseJK/BR"/>
-    <http-cluster-node-config-change conf="cluster-field-${jboss-junit-configuration}-SYNC-0" useBuddyRepl="true"/>
-    <http-cluster-node-config-change conf="cluster-field-${jboss-junit-configuration}-SYNC-1" useBuddyRepl="true"/>
+    <http-cluster-node-config-change conf="cluster-field-${jboss-junit-configuration}-BR-0" useBuddyRepl="true"/>
+    <http-cluster-node-config-change conf="cluster-field-${jboss-junit-configuration}-BR-1" useBuddyRepl="true"/>
   </target>
 
   <!-- Tests of tomcat needing a ssl connector




More information about the jboss-cvs-commits mailing list