diff options
Diffstat (limited to 'tests/data/test95')
-rw-r--r-- | tests/data/test95 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/data/test95 b/tests/data/test95 index 4e3c1ff4e..bc82f162f 100644 --- a/tests/data/test95 +++ b/tests/data/test95 @@ -50,7 +50,7 @@ http-proxy HTTP over proxytunnel using POST </name> <command> -http://test.95:%HTTPPORT/we/want/that/page/95 -p -x %HOSTIP:%PROXYPORT -d "datatopost=ohthatsfunyesyes" +http://test.%TESTNUMBER:%HTTPPORT/we/want/that/page/%TESTNUMBER -p -x %HOSTIP:%PROXYPORT -d "datatopost=ohthatsfunyesyes" </command> <features> proxy @@ -61,15 +61,15 @@ proxy # Verify data after the test has been "shot" <verify> <proxy> -CONNECT test.95:%HTTPPORT HTTP/1.1
-Host: test.95:%HTTPPORT
+CONNECT test.%TESTNUMBER:%HTTPPORT HTTP/1.1
+Host: test.%TESTNUMBER:%HTTPPORT
User-Agent: curl/%VERSION
Proxy-Connection: Keep-Alive
</proxy> <protocol nonewline="yes"> -POST /we/want/that/page/95 HTTP/1.1
-Host: test.95:%HTTPPORT
+POST /we/want/that/page/%TESTNUMBER HTTP/1.1
+Host: test.%TESTNUMBER:%HTTPPORT
User-Agent: curl/%VERSION
Accept: */*
Content-Length: 27
|