summaryrefslogtreecommitdiff
path: root/tests/data/test1509
diff options
context:
space:
mode:
Diffstat (limited to 'tests/data/test1509')
-rw-r--r--tests/data/test150914
1 files changed, 7 insertions, 7 deletions
diff --git a/tests/data/test1509 b/tests/data/test1509
index dfef1e9dd..baa0a30ca 100644
--- a/tests/data/test1509
+++ b/tests/data/test1509
@@ -51,7 +51,7 @@ http-proxy
</server>
# tool is what to use instead of 'curl'
<tool>
-lib1509
+lib%TESTNUMBER
</tool>
<features>
proxy
@@ -60,9 +60,9 @@ proxy
simple multi http:// through proxytunnel with authentication info
</name>
<command>
-http://the.old.moo.1509:%HTTPPORT/1509 %HOSTIP:%PROXYPORT
+http://the.old.moo.%TESTNUMBER:%HTTPPORT/%TESTNUMBER %HOSTIP:%PROXYPORT
</command>
-<file name="log/test1509.txt">
+<file name="log/test%TESTNUMBER.txt">
foo
bar
bar
@@ -74,14 +74,14 @@ moo
# Verify data after the test has been "shot"
<verify>
<proxy>
-CONNECT the.old.moo.1509:%HTTPPORT HTTP/1.1
-Host: the.old.moo.1509:%HTTPPORT
+CONNECT the.old.moo.%TESTNUMBER:%HTTPPORT HTTP/1.1
+Host: the.old.moo.%TESTNUMBER:%HTTPPORT
Proxy-Connection: Keep-Alive
</proxy>
<protocol>
-GET /1509 HTTP/1.1
-Host: the.old.moo.1509:%HTTPPORT
+GET /%TESTNUMBER HTTP/1.1
+Host: the.old.moo.%TESTNUMBER:%HTTPPORT
Accept: */*
[DISCONNECT]