You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by ja...@apache.org on 2005/10/27 14:25:58 UTC

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

Author: jamejose
Date: Thu Oct 27 05:25:45 2005
New Revision: 328863

URL: http://svn.apache.org/viewcvs?rev=328863&view=rev
Log:
changed 'host localhost:[0-9]*' to 'host [0-9a-z\.]*:[0-9]*' to have proper comparison of expected request message and actual request message

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=328863&r1=328862&r2=328863&view=diff
==============================================================================
--- webservices/axis/trunk/c/build/executeTest.xml (original)
+++ webservices/axis/trunk/c/build/executeTest.xml Thu Oct 27 05:25:45 2005
@@ -48,7 +48,7 @@
 			actually using
 		-->
 		<replaceregexp file="${r_expected.file}"
-			match="Host: localhost:[0-9]*"
+			match="Host: [0-9a-z\.]*:[0-9]*"
 			replace="Host: 127.0.0.1:${monitorPort}" byline="true" />
 		<propertyregex property="restOfURL" input="${test.endpoint}"
 			regexp="://(.*)" select="\1" />