diff options
Diffstat (limited to 'tests/data/test1001')
-rw-r--r-- | tests/data/test1001 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/data/test1001 b/tests/data/test1001 index 6edaade79..59d2ff869 100644 --- a/tests/data/test1001 +++ b/tests/data/test1001 @@ -72,9 +72,9 @@ proxy HTTP POST --digest with PUT and resumed upload and modified method </name> <command> -http://%HOSTIP:%HTTPPORT/1001 -u auser:apasswd --digest -T log/1001 -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/1001"> +<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/1001 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/1001 HTTP/1.1
+GET http://%HOSTIP:%HTTPPORT/%TESTNUMBER HTTP/1.1
Host: %HOSTIP:%HTTPPORT
-Authorization: Digest username="auser", realm="testrealm", nonce="1053604144", uri="/1001", response="6af4d89c952f4dd4cc215a6878dc499d"
+Authorization: Digest username="auser", realm="testrealm", nonce="1053604144", uri="/%TESTNUMBER", response="6af4d89c952f4dd4cc215a6878dc499d"
Content-Range: bytes 2-4/5
User-Agent: curl/%VERSION
Accept: */*
|