diff options
Diffstat (limited to 'tests/data/test88')
-rw-r--r-- | tests/data/test88 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/data/test88 b/tests/data/test88 index 40b0e8f4d..b7c620762 100644 --- a/tests/data/test88 +++ b/tests/data/test88 @@ -63,9 +63,9 @@ crypto HTTP PUT with Digest authorization </name> <command> -http://%HOSTIP:%HTTPPORT/88 -T log/put88 -u testuser:testpass --digest +http://%HOSTIP:%HTTPPORT/%TESTNUMBER -T log/put%TESTNUMBER -u testuser:testpass --digest </command> -<file name="log/put88"> +<file name="log/put%TESTNUMBER"> This is data we upload with PUT a second line line three @@ -76,15 +76,15 @@ four is the number of lines # Verify data after the test has been "shot" <verify> <protocol> -PUT /88 HTTP/1.1
+PUT /%TESTNUMBER HTTP/1.1
Host: %HOSTIP:%HTTPPORT
User-Agent: curl/%VERSION
Accept: */*
Content-Length: 0
-PUT /88 HTTP/1.1
+PUT /%TESTNUMBER HTTP/1.1
Host: %HOSTIP:%HTTPPORT
-Authorization: Digest username="testuser", realm="testrealm", nonce="1053604145", uri="/88", response="78a49fa53d0c228778297687d4168e71"
+Authorization: Digest username="testuser", realm="testrealm", nonce="1053604145", uri="/%TESTNUMBER", response="78a49fa53d0c228778297687d4168e71"
User-Agent: curl/%VERSION
Accept: */*
Content-Length: 85
|