diff options
Diffstat (limited to 'tests/data/test1065')
-rw-r--r-- | tests/data/test1065 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/data/test1065 b/tests/data/test1065 index 1d27ffb4b..8bef0e1e0 100644 --- a/tests/data/test1065 +++ b/tests/data/test1065 @@ -36,9 +36,9 @@ http HTTP PUT with one file but two URLs </name> <command> --H "Expect:" -T log/1065 http://%HOSTIP:%HTTPPORT/1065.upload1 http://%HOSTIP:%HTTPPORT/10650002.url2 +-H "Expect:" -T log/%TESTNUMBER http://%HOSTIP:%HTTPPORT/%TESTNUMBER.upload1 http://%HOSTIP:%HTTPPORT/%TESTNUMBER0002.url2 </command> -<file name="log/1065"> +<file name="log/%TESTNUMBER"> test </file> </client> @@ -46,14 +46,14 @@ test # Verify data after the test has been "shot" <verify> <protocol> -PUT /1065.upload1 HTTP/1.1
+PUT /%TESTNUMBER.upload1 HTTP/1.1
Host: %HOSTIP:%HTTPPORT
User-Agent: curl/%VERSION
Accept: */*
Content-Length: 5
test -GET /10650002.url2 HTTP/1.1
+GET /%TESTNUMBER0002.url2 HTTP/1.1
Host: %HOSTIP:%HTTPPORT
User-Agent: curl/%VERSION
Accept: */*
|