diff options
Diffstat (limited to 'tests/data/test1315')
-rw-r--r-- | tests/data/test1315 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/tests/data/test1315 b/tests/data/test1315 index ffc7bdc7b..3d3faa8af 100644 --- a/tests/data/test1315 +++ b/tests/data/test1315 @@ -29,10 +29,10 @@ http HTTP RFC1867-type formposting - -F with three files, one with explicit type </name> <command> -http://%HOSTIP:%HTTPPORT/we/want/1315 -F name=value -F 'file=@log/test1315.txt,log/test1315.txt;type=magic/content,log/test1315.txt' +http://%HOSTIP:%HTTPPORT/we/want/%TESTNUMBER -F name=value -F 'file=@log/test%TESTNUMBER.txt,log/test%TESTNUMBER.txt;type=magic/content,log/test%TESTNUMBER.txt' </command> # We create this file before the command is invoked! -<file name="log/test1315.txt"> +<file name="log/test%TESTNUMBER.txt"> dummy data </file> </client> @@ -43,7 +43,7 @@ dummy data -----+\w+ </strip> <protocol> -POST /we/want/1315 HTTP/1.1
+POST /we/want/%TESTNUMBER HTTP/1.1
Host: %HOSTIP:%HTTPPORT
User-Agent: curl/%VERSION
Accept: */*
@@ -58,19 +58,19 @@ value Content-Disposition: form-data; name="file"
Content-Type: multipart/mixed; boundary=----------------------------aaaaaaaaaaaa
-Content-Disposition: attachment; filename="test1315.txt"
+Content-Disposition: attachment; filename="test%TESTNUMBER.txt"
Content-Type: text/plain
dummy data ------------------------------9ef8d6205763
-Content-Disposition: attachment; filename="test1315.txt"
+Content-Disposition: attachment; filename="test%TESTNUMBER.txt"
Content-Type: magic/content
dummy data ------------------------------9ef8d6205763
-Content-Disposition: attachment; filename="test1315.txt"
+Content-Disposition: attachment; filename="test%TESTNUMBER.txt"
Content-Type: text/plain
dummy data |