diff options
Diffstat (limited to 'tests/data/test2060')
-rw-r--r-- | tests/data/test2060 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/data/test2060 b/tests/data/test2060 index dfb4bd5b3..e0b4505ef 100644 --- a/tests/data/test2060 +++ b/tests/data/test2060 @@ -72,9 +72,9 @@ proxy HTTP POST --digest with PUT, resumed upload, modified method, SHA-512-256 and userhash=false </name> <command> -http://%HOSTIP:%HTTPPORT/2060 -u auser:apasswd --digest -T log/2060 -x http://%HOSTIP:%HTTPPORT -C 2 -X GET +http://%HOSTIP:%HTTPPORT/%TESTNUMBER -u auser:apasswd --digest -T log/%TESTNUMBER -x http://%HOSTIP:%HTTPPORT -C 2 -X GET </command> -<file name="log/2060"> +<file name="log/%TESTNUMBER"> test </file> </client> @@ -82,7 +82,7 @@ test # Verify data after the test has been "shot" <verify> <protocol> -GET http://%HOSTIP:%HTTPPORT/2060 HTTP/1.1
+GET http://%HOSTIP:%HTTPPORT/%TESTNUMBER HTTP/1.1
Host: %HOSTIP:%HTTPPORT
Content-Range: bytes 2-4/5
User-Agent: curl/%VERSION
@@ -90,9 +90,9 @@ Accept: */* Proxy-Connection: Keep-Alive
Content-Length: 0
-GET http://%HOSTIP:%HTTPPORT/2060 HTTP/1.1
+GET http://%HOSTIP:%HTTPPORT/%TESTNUMBER HTTP/1.1
Host: %HOSTIP:%HTTPPORT
-Authorization: Digest username="auser", realm="testrealm", nonce="1053604144", uri="/2060", response="3ce1e25ffa611bdbe90e2ab367b9602fa223db9f6de76ac667f0d6157e2178a6", algorithm=SHA-512-256
+Authorization: Digest username="auser", realm="testrealm", nonce="1053604144", uri="/%TESTNUMBER", response="3ce1e25ffa611bdbe90e2ab367b9602fa223db9f6de76ac667f0d6157e2178a6", algorithm=SHA-512-256
Content-Range: bytes 2-4/5
User-Agent: curl/%VERSION
Accept: */*
|