summaryrefslogtreecommitdiff
path: root/tests/data/test2055
diff options
context:
space:
mode:
Diffstat (limited to 'tests/data/test2055')
-rw-r--r--tests/data/test205510
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/data/test2055 b/tests/data/test2055
index 2fd89dc11..2c62b259b 100644
--- a/tests/data/test2055
+++ b/tests/data/test2055
@@ -55,7 +55,7 @@ Connect to specific host via SOCKS proxy and HTTP proxy (switch to tunnel mode a
proxy
</features>
<command>
-http://www.example.com.2055/2055 --connect-to ::connect.example.com.2055:%HTTPPORT -x %HOSTIP:%PROXYPORT --preproxy socks5://%HOSTIP:%SOCKSPORT
+http://www.example.com.%TESTNUMBER/%TESTNUMBER --connect-to ::connect.example.com.%TESTNUMBER:%HTTPPORT -x %HOSTIP:%PROXYPORT --preproxy socks5://%HOSTIP:%SOCKSPORT
</command>
</client>
@@ -63,15 +63,15 @@ http://www.example.com.2055/2055 --connect-to ::connect.example.com.2055:%HTTPPO
# Verify data after the test has been "shot"
<verify>
<proxy>
-CONNECT connect.example.com.2055:%HTTPPORT HTTP/1.1
-Host: connect.example.com.2055:%HTTPPORT
+CONNECT connect.example.com.%TESTNUMBER:%HTTPPORT HTTP/1.1
+Host: connect.example.com.%TESTNUMBER:%HTTPPORT
User-Agent: curl/%VERSION
Proxy-Connection: Keep-Alive
</proxy>
<protocol>
-GET /2055 HTTP/1.1
-Host: www.example.com.2055
+GET /%TESTNUMBER HTTP/1.1
+Host: www.example.com.%TESTNUMBER
User-Agent: curl/%VERSION
Accept: */*