diff options
Diffstat (limited to 'tests/data/test1285')
-rw-r--r-- | tests/data/test1285 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/data/test1285 b/tests/data/test1285 index 62828ba4f..e5a38e071 100644 --- a/tests/data/test1285 +++ b/tests/data/test1285 @@ -60,9 +60,9 @@ HTTP PUT --digest with user-specified Content-Length header # even when there is a user-specified Content-Length header. # https://github.com/curl/curl/pull/1242 <command> --H "Content-Length: 85" -u auser:apasswd --digest -T log/put1285 http://%HOSTIP:%HTTPPORT/1285 +-H "Content-Length: 85" -u auser:apasswd --digest -T log/put%TESTNUMBER http://%HOSTIP:%HTTPPORT/%TESTNUMBER </command> -<file name="log/put1285"> +<file name="log/put%TESTNUMBER"> This is data we upload with PUT a second line line three @@ -73,15 +73,15 @@ four is the number of lines # Verify data after the test has been "shot" <verify> <protocol> -PUT /1285 HTTP/1.1
+PUT /%TESTNUMBER HTTP/1.1
Host: %HOSTIP:%HTTPPORT
User-Agent: curl/%VERSION
Accept: */*
Content-Length: 0
-PUT /1285 HTTP/1.1
+PUT /%TESTNUMBER HTTP/1.1
Host: %HOSTIP:%HTTPPORT
-Authorization: Digest username="auser", realm="testrealm", nonce="1053604144", uri="/1285", response="dc185587d5e8391b347eef194c2a3cd6"
+Authorization: Digest username="auser", realm="testrealm", nonce="1053604144", uri="/%TESTNUMBER", response="dc185587d5e8391b347eef194c2a3cd6"
User-Agent: curl/%VERSION
Accept: */*
Content-Length: 85
|