diff options
Diffstat (limited to 'tests/data/test317')
-rw-r--r-- | tests/data/test317 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/data/test317 b/tests/data/test317 index 70a0b08bd..a8cfd6112 100644 --- a/tests/data/test317 +++ b/tests/data/test317 @@ -17,7 +17,7 @@ Date: Tue, 09 Nov 2010 14:49:00 GMT Server: test-server/fake swsclose Content-Type: text/html Funny-head: yesyes -Location: http://goto.second.host.now/3170002 +Location: http://goto.second.host.now/%TESTNUMBER0002 Content-Length: 8 Connection: close @@ -40,7 +40,7 @@ Date: Tue, 09 Nov 2010 14:49:00 GMT Server: test-server/fake swsclose Content-Type: text/html Funny-head: yesyes -Location: http://goto.second.host.now/3170002 +Location: http://goto.second.host.now/%TESTNUMBER0002 Content-Length: 8 Connection: close @@ -65,7 +65,7 @@ http HTTP with custom Authorization: and redirect to new host </name> <command> -http://first.host.it.is/we/want/that/page/317 -x %HOSTIP:%HTTPPORT -H "Authorization: s3cr3t" --proxy-user testing:this --location +http://first.host.it.is/we/want/that/page/%TESTNUMBER -x %HOSTIP:%HTTPPORT -H "Authorization: s3cr3t" --proxy-user testing:this --location </command> <features> proxy @@ -76,7 +76,7 @@ proxy # Verify data after the test has been "shot" <verify> <protocol> -GET http://first.host.it.is/we/want/that/page/317 HTTP/1.1
+GET http://first.host.it.is/we/want/that/page/%TESTNUMBER HTTP/1.1
Host: first.host.it.is
Proxy-Authorization: Basic dGVzdGluZzp0aGlz
User-Agent: curl/%VERSION
@@ -84,7 +84,7 @@ Accept: */* Proxy-Connection: Keep-Alive
Authorization: s3cr3t
-GET http://goto.second.host.now/3170002 HTTP/1.1
+GET http://goto.second.host.now/%TESTNUMBER0002 HTTP/1.1
Host: goto.second.host.now
Proxy-Authorization: Basic dGVzdGluZzp0aGlz
User-Agent: curl/%VERSION
|