diff options
Diffstat (limited to 'tests/data/test163')
-rw-r--r-- | tests/data/test163 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/data/test163 b/tests/data/test163 index 5d86f1133..344f1042d 100644 --- a/tests/data/test163 +++ b/tests/data/test163 @@ -27,10 +27,10 @@ http HTTP multipart formpost with contents from a file </name> <command> -http://%HOSTIP:%HTTPPORT/we/want/163 -F "name=<log/field163" -F tool=curl +http://%HOSTIP:%HTTPPORT/we/want/%TESTNUMBER -F "name=<log/field%TESTNUMBER" -F tool=curl </command> # We create this file before the command is invoked! -<file name="log/field163"> +<file name="log/field%TESTNUMBER"> contents from a @@ -49,7 +49,7 @@ yes please ^(Content-Type: multipart/form-data;|------------).* </strip> <protocol> -POST /we/want/163 HTTP/1.1
+POST /we/want/%TESTNUMBER HTTP/1.1
Host: %HOSTIP:%HTTPPORT
User-Agent: curl/%VERSION
Accept: */*
|