diff options
Diffstat (limited to 'tests/data/test589')
-rw-r--r-- | tests/data/test589 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/data/test589 b/tests/data/test589 index 3111070e3..02fe54315 100644 --- a/tests/data/test589 +++ b/tests/data/test589 @@ -27,14 +27,14 @@ http </server> # tool is what to use instead of 'curl' <tool> -lib589 +lib%TESTNUMBER </tool> <name> make a HTTP MIME POST set to NULL </name> <command> -http://%HOSTIP:%HTTPPORT/589 +http://%HOSTIP:%HTTPPORT/%TESTNUMBER </command> </client> @@ -42,7 +42,7 @@ http://%HOSTIP:%HTTPPORT/589 # Verify data after the test has been "shot" <verify> <protocol> -POST /589 HTTP/1.1
+POST /%TESTNUMBER HTTP/1.1
Host: %HOSTIP:%HTTPPORT
Accept: */*
Content-Length: 0
|