aboutsummaryrefslogtreecommitdiff
path: root/tests/data/test1314
diff options
context:
space:
mode:
Diffstat (limited to 'tests/data/test1314')
-rw-r--r--tests/data/test131410
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/data/test1314 b/tests/data/test1314
index 55e3299e4..343a1c240 100644
--- a/tests/data/test1314
+++ b/tests/data/test1314
@@ -13,7 +13,7 @@ followlocation
<data>
HTTP/1.1 301 This is a weirdo text message swsbounce
Server: test-server/fake
-Location: //somewhere.example.com/reply/1314
+Location: //somewhere.example.com/reply/%TESTNUMBER
Content-Length: 32
Connection: close
@@ -32,7 +32,7 @@ moo
<datacheck>
HTTP/1.1 301 This is a weirdo text message swsbounce
Server: test-server/fake
-Location: //somewhere.example.com/reply/1314
+Location: //somewhere.example.com/reply/%TESTNUMBER
Content-Length: 32
Connection: close
@@ -54,7 +54,7 @@ http
HTTP Location: following a // prefixed url
</name>
<command>
-http://firstplace.example.com/want/1314 -L -x http://%HOSTIP:%HTTPPORT
+http://firstplace.example.com/want/%TESTNUMBER -L -x http://%HOSTIP:%HTTPPORT
</command>
<features>
proxy
@@ -64,13 +64,13 @@ proxy
# Verify data after the test has been "shot"
<verify>
<protocol>
-GET http://firstplace.example.com/want/1314 HTTP/1.1
+GET http://firstplace.example.com/want/%TESTNUMBER HTTP/1.1
Host: firstplace.example.com
User-Agent: curl/%VERSION
Accept: */*
Proxy-Connection: Keep-Alive
-GET http://somewhere.example.com/reply/1314 HTTP/1.1
+GET http://somewhere.example.com/reply/%TESTNUMBER HTTP/1.1
Host: somewhere.example.com
User-Agent: curl/%VERSION
Accept: */*