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/test245 | |
parent | 717adfeb96579d1aeda8102ac47d35a67cdc16d0 (diff) |
Fixed some tests to stop hard-coding the port number.
Diffstat (limited to 'tests/data/test245')
-rw-r--r-- | tests/data/test245 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/data/test245 b/tests/data/test245 index 7ee0e7c44..1804e7375 100644 --- a/tests/data/test245 +++ b/tests/data/test245 @@ -60,7 +60,7 @@ http://%HOSTIP:%HTTPPORT/245 -u auser:apasswd --digest -d "junkelijunk" <protocol nonewline="yes"> POST /245 HTTP/1.1
User-Agent: curl/7.12.1-CVS (i686-pc-linux-gnu) libcurl/7.12.1-CVS OpenSSL/0.9.6b ipv6 zlib/1.1.4 GSS libidn/0.4.6
-Host: 127.0.0.1:%HTTPPORT
+Host: %HOSTIP:%HTTPPORT
Accept: */*
Content-Length: 0
Content-Type: application/x-www-form-urlencoded
@@ -68,7 +68,7 @@ Content-Type: application/x-www-form-urlencoded POST /245 HTTP/1.1
Authorization: Digest username="auser", realm="testrealm", nonce="1053604144", uri="/245", response="379a439b1737ba257c1d2f103914b18b"
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
Accept: */*
Content-Length: 11
Content-Type: application/x-www-form-urlencoded
|