diff options
Diffstat (limited to 'tests/data/test544')
-rw-r--r-- | tests/data/test544 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/data/test544 b/tests/data/test544 index 8eaef17f6..390489706 100644 --- a/tests/data/test544 +++ b/tests/data/test544 @@ -26,14 +26,14 @@ http </server> # tool is what to use instead of 'curl' <tool> -lib544 +lib%TESTNUMBER </tool> <name> HTTP POST text data using CURLOPT_COPYPOSTFIELDS </name> <command> -http://%HOSTIP:%HTTPPORT/544 +http://%HOSTIP:%HTTPPORT/%TESTNUMBER </command> </client> @@ -41,7 +41,7 @@ http://%HOSTIP:%HTTPPORT/544 # Verify data after the test has been "shot" <verify> <protocol nonewline="yes"> -POST /544 HTTP/1.1
+POST /%TESTNUMBER HTTP/1.1
Host: %HOSTIP:%HTTPPORT
Accept: */*
Content-Length: 4
|