diff options
Diffstat (limited to 'tests/data/test48')
-rw-r--r-- | tests/data/test48 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/data/test48 b/tests/data/test48 index d7fe790c7..c98376834 100644 --- a/tests/data/test48 +++ b/tests/data/test48 @@ -29,7 +29,7 @@ http HTTP with -d and -G and -I </name> <command> --d "foo=moo&moo=poo" http://%HOSTIP:%HTTPPORT/48 -G -I http://%HOSTIP:%HTTPPORT/48 +-d "foo=moo&moo=poo" http://%HOSTIP:%HTTPPORT/%TESTNUMBER -G -I http://%HOSTIP:%HTTPPORT/%TESTNUMBER </command> </client> @@ -37,12 +37,12 @@ HTTP with -d and -G and -I # Verify data after the test has been "shot" <verify> <protocol> -HEAD /48?foo=moo&moo=poo HTTP/1.1
+HEAD /%TESTNUMBER?foo=moo&moo=poo HTTP/1.1
Host: %HOSTIP:%HTTPPORT
User-Agent: curl/%VERSION
Accept: */*
-HEAD /48?foo=moo&moo=poo HTTP/1.1
+HEAD /%TESTNUMBER?foo=moo&moo=poo HTTP/1.1
Host: %HOSTIP:%HTTPPORT
User-Agent: curl/%VERSION
Accept: */*
|