[jboss-cvs] JBossAS SVN: r102082 - in branches/JBPAPP_5_0/testsuite: imports/config and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Mar 8 15:02:59 EST 2010


Author: smcgowan at redhat.com
Date: 2010-03-08 15:02:59 -0500 (Mon, 08 Mar 2010)
New Revision: 102082

Modified:
   branches/JBPAPP_5_0/testsuite/build.xml
   branches/JBPAPP_5_0/testsuite/imports/config/tests-clustering.xml
Log:
JBPAPP-2931

Modified: branches/JBPAPP_5_0/testsuite/build.xml
===================================================================
--- branches/JBPAPP_5_0/testsuite/build.xml	2010-03-08 19:57:54 UTC (rev 102081)
+++ branches/JBPAPP_5_0/testsuite/build.xml	2010-03-08 20:02:59 UTC (rev 102082)
@@ -3271,9 +3271,11 @@
       <sysproperty key="jbosstest.cluster.node0" value="${node0}"/>
       <sysproperty key="jbosstest.cluster.node0.http.url" value="${node0.http.url}"/>
       <sysproperty key="jbosstest.cluster.node0.jndi.url" value="${node0.jndi.url}"/>
+      <sysproperty key="jbosstest.cluster.node0.hajndi.url" value="${node0.hajndi.url}"/>
       <sysproperty key="jbosstest.cluster.node1" value="${node1}"/>
       <sysproperty key="jbosstest.cluster.node1.http.url" value="${node1.http.url}"/>
       <sysproperty key="jbosstest.cluster.node1.jndi.url" value="${node1.jndi.url}"/>
+      <sysproperty key="jbosstest.cluster.node1.hajndi.url" value="${node1.hajndi.url}"/>
       
 
         <!-- Pass along any jbosstest.* system properties -->

Modified: branches/JBPAPP_5_0/testsuite/imports/config/tests-clustering.xml
===================================================================
--- branches/JBPAPP_5_0/testsuite/imports/config/tests-clustering.xml	2010-03-08 19:57:54 UTC (rev 102081)
+++ branches/JBPAPP_5_0/testsuite/imports/config/tests-clustering.xml	2010-03-08 20:02:59 UTC (rev 102082)
@@ -475,10 +475,12 @@
          <sysproperty key="jbosstest.cluster.node0" value="${node0}"/>
          <sysproperty key="jbosstest.cluster.node0.http.url" value="${node0.http.url}"/>
          <sysproperty key="jbosstest.cluster.node0.jndi.url" value="${node0.jndi.url}"/>
+         <sysproperty key="jbosstest.cluster.node0.hajndi.url" value="${node0.hajndi.url}"/>
          <sysproperty key="jbosstest.cluster.node0.serverroot" value="${jboss.dist}/server/${jbosstest.cluster.node0.config}"/>
          <sysproperty key="jbosstest.cluster.node1" value="${node1}"/>
          <sysproperty key="jbosstest.cluster.node1.http.url" value="${node1.http.url}"/>
          <sysproperty key="jbosstest.cluster.node1.jndi.url" value="${node1.jndi.url}"/>
+         <sysproperty key="jbosstest.cluster.node1.hajndi.url" value="${node1.hajndi.url}"/>
          <sysproperty key="jbosstest.cluster.node1.serverroot" value="${jboss.dist}/server/${jbosstest.cluster.node1.config}"/>
          <sysproperty key="build.testlog" value="${build.testlog}"/>
          <sysproperty key="log4j.configuration" value="file:${build.resources}/log4j.xml"/>
@@ -774,4 +776,4 @@
 	   
   </target>
 
-</project>
\ No newline at end of file
+</project>




More information about the jboss-cvs-commits mailing list