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/test239 | |
parent | 717adfeb96579d1aeda8102ac47d35a67cdc16d0 (diff) |
Fixed some tests to stop hard-coding the port number.
Diffstat (limited to 'tests/data/test239')
-rw-r--r-- | tests/data/test239 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/data/test239 b/tests/data/test239 index 0f6bb249a..29d44af7e 100644 --- a/tests/data/test239 +++ b/tests/data/test239 @@ -73,10 +73,10 @@ Proxy-Connection: Keep-Alive Content-Length: 0
Content-Type: application/x-www-form-urlencoded
-POST http://127.0.0.1:8990/239 HTTP/1.1
+POST http://%HOSTIP:%HTTPPORT/239 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
|