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