You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by ja...@apache.org on 2005/09/20 14:17:12 UTC

svn commit: r290431 - /webservices/axis/trunk/c/build/executeTest.xml

Author: jamejose
Date: Tue Sep 20 05:16:58 2005
New Revision: 290431

URL: http://svn.apache.org/viewcvs?rev=290431&view=rev
Log:
Changed 'localhost' to '127.0.0.1'

Modified:
    webservices/axis/trunk/c/build/executeTest.xml

Modified: webservices/axis/trunk/c/build/executeTest.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/c/build/executeTest.xml?rev=290431&r1=290430&r2=290431&view=diff
==============================================================================
--- webservices/axis/trunk/c/build/executeTest.xml (original)
+++ webservices/axis/trunk/c/build/executeTest.xml Tue Sep 20 05:16:58 2005
@@ -49,7 +49,7 @@
 		-->
 		<replaceregexp file="${r_expected.file}"
 			match="Host: localhost:[0-9]*"
-			replace="Host: localhost:${monitorPort}" byline="true" />
+			replace="Host: 127.0.0.1:${monitorPort}" byline="true" />
 
 	</target>
 	<!-- Only copy server response file if it exists and we are in unit test mode (mockServer mode)-->
@@ -87,7 +87,7 @@
 			regexp="/(.*)" select="\1" />
 
 		<property name="clientArgs"
-			value="${protocol}://localhost:${monitorPort}/${context}" />
+			value="${protocol}://127.0.0.1:${monitorPort}/${context}" />
 	</target>
 
 	<target name="setForNoMonitor" depends="checkIfEndpointSet"