diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2007-04-30 19:05:48 +0000 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2007-04-30 19:05:48 +0000 |
commit | 1228ec9fbb7db2d6f1615e8736be66d5c6f698d2 (patch) | |
tree | 045fd1e997a03f77310f1ffb055ff5f906da6696 /tests/data/test243 | |
parent | 717adfeb96579d1aeda8102ac47d35a67cdc16d0 (diff) |
Fixed some tests to stop hard-coding the port number.
Diffstat (limited to 'tests/data/test243')
-rw-r--r-- | tests/data/test243 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/data/test243 b/tests/data/test243 index fcb10885c..376310d31 100644 --- a/tests/data/test243 +++ b/tests/data/test243 @@ -91,9 +91,9 @@ http://%HOSTIP:%HTTPPORT/243 --proxy http://%HOSTIP:%HTTPPORT --proxy-user silly s/^(Proxy-Authorization: NTLM TlRMTVNTUAADAAAAGAAYAEAAAAAYABgAWAAAAAAAAABwAAAABQAFAHAAAAA).*/$1/ </strippart> <protocol nonewline="yes"> -POST http://127.0.0.1:8990/243 HTTP/1.1
+POST http://%HOSTIP:%HTTPPORT/243 HTTP/1.1
User-Agent: curl/7.13.2-CVS (i686-pc-linux-gnu) libcurl/7.13.2-CVS OpenSSL/0.9.7e zlib/1.2.2 libidn/0.5.13
-Host: 127.0.0.1:8990
+Host: %HOSTIP:%HTTPPORT
Pragma: no-cache
Accept: */*
Proxy-Connection: Keep-Alive
@@ -110,10 +110,10 @@ Proxy-Connection: Keep-Alive Content-Length: 0
Content-Type: application/x-www-form-urlencoded
-POST http://127.0.0.1:8990/243 HTTP/1.1
+POST http://%HOSTIP:%HTTPPORT/243 HTTP/1.1
Proxy-Authorization: NTLM TlRMTVNTUAADAAAAGAAYAEAAAAAYABgAWAAAAAAAAABwAAAABQAFAHAAAAA User-Agent: curl/7.13.2-CVS (i686-pc-linux-gnu) libcurl/7.13.2-CVS OpenSSL/0.9.7e zlib/1.2.2 libidn/0.5.13
-Host: 127.0.0.1:8990
+Host: %HOSTIP:%HTTPPORT
Pragma: no-cache
Accept: */*
Proxy-Connection: Keep-Alive
|