[jboss-cvs] JBossAS SVN: r102507 - trunk/testsuite.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Wed Mar 17 02:25:20 EDT 2010
Author: clebert.suconic at jboss.com
Date: 2010-03-17 02:25:20 -0400 (Wed, 17 Mar 2010)
New Revision: 102507
Modified:
trunk/testsuite/local.properties
Log:
Reverting accidental commit on local.properties
Modified: trunk/testsuite/local.properties
===================================================================
--- trunk/testsuite/local.properties 2010-03-17 05:45:25 UTC (rev 102506)
+++ trunk/testsuite/local.properties 2010-03-17 06:25:20 UTC (rev 102507)
@@ -49,12 +49,12 @@
# (even at the same machine). Actually what we needed are just node0 and node1
# ips and the rest are optional.
#
-node0=127.0.0.1
+#node0=${env.MYTESTIP_1}
#node0.http.url=http://192.168.1.103:8080
#node0.jndiurl=jnp://192.168.1.103:1099
#node0.hajndi.url=jnp://192.168.1.103:1100
-node1=127.0.0.2
+#node1=${env.MYTESTIP_2}
#node1.http.url=http://192.168.1.113:8080
#node1.jndiurl=jnp://192.168.1.113:1099
#node1.hajndi.url=jnp://192.168.1.113:1100
More information about the jboss-cvs-commits
mailing list