diff options
Diffstat (limited to 'tests/data/test155')
-rw-r--r-- | tests/data/test155 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/data/test155 b/tests/data/test155 index 0e486a65e..56322ebe2 100644 --- a/tests/data/test155 +++ b/tests/data/test155 @@ -74,7 +74,7 @@ http HTTP PUT with --anyauth authorization (picking NTLM) </name> <command> -http://%HOSTIP:%HOSTPORT/155 -T log/put155 -u testuser:testpass --anyauth +http://%HOSTIP:%HTTPPORT/155 -T log/put155 -u testuser:testpass --anyauth </command> <file name="log/put155"> This is data we upload with PUT @@ -91,20 +91,20 @@ four is the number of lines </strip> <protocol> HEAD /155 HTTP/1.1
-Host: 127.0.0.1:8999
+Host: 127.0.0.1:%HTTPPORT
Pragma: no-cache
Accept: */*
HEAD /155 HTTP/1.1
Authorization: NTLM TlRMTVNTUAABAAAAAgIAAAAAAAAgAAAAAAAAACAAAAA=
-Host: 127.0.0.1:8999
+Host: 127.0.0.1:%HTTPPORT
Pragma: no-cache
Accept: */*
PUT /155 HTTP/1.1
Authorization: NTLM TlRMTVNTUAADAAAAGAAYAEgAAAAYABgAYAAAAAAAAABAAAAACAAIAEAAAAAAAAAASAAAAAAAAAB4AAAAAYIAAHRlc3R1c2VyWmRDApEJkUyGOPS3DjvASModEeW/N/FBqYVyF4y6/y/7F6qmEQ7lXjXFF3tH1145
User-Agent: curl/7.10.5 (i686-pc-linux-gnu) libcurl/7.10.5 OpenSSL/0.9.7a ipv6 zlib/1.1.3
-Host: 127.0.0.1:8999
+Host: 127.0.0.1:%HTTPPORT
Pragma: no-cache
Accept: */*
Content-Length: 85
|