diff options
Diffstat (limited to 'tests/data/test234')
-rw-r--r-- | tests/data/test234 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/data/test234 b/tests/data/test234 index 0c1871ea9..5e9258f50 100644 --- a/tests/data/test234 +++ b/tests/data/test234 @@ -19,7 +19,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/2340002 +Location: http://goto.second.host.now/%TESTNUMBER0002 Content-Length: 8 Connection: close @@ -42,7 +42,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/2340002 +Location: http://goto.second.host.now/%TESTNUMBER0002 Content-Length: 8 Connection: close @@ -67,7 +67,7 @@ http HTTP, proxy, site+proxy auth and Location: to new host using location-trusted </name> <command> -http://first.host.it.is/we/want/that/page/234 -x %HOSTIP:%HTTPPORT --user iam:myself --proxy-user testing:this --location-trusted +http://first.host.it.is/we/want/that/page/%TESTNUMBER -x %HOSTIP:%HTTPPORT --user iam:myself --proxy-user testing:this --location-trusted </command> <features> proxy @@ -78,7 +78,7 @@ proxy # Verify data after the test has been "shot" <verify> <protocol> -GET http://first.host.it.is/we/want/that/page/234 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
Authorization: Basic aWFtOm15c2VsZg==
@@ -86,7 +86,7 @@ User-Agent: curl/%VERSION Accept: */*
Proxy-Connection: Keep-Alive
-GET http://goto.second.host.now/2340002 HTTP/1.1
+GET http://goto.second.host.now/%TESTNUMBER0002 HTTP/1.1
Host: goto.second.host.now
Proxy-Authorization: Basic dGVzdGluZzp0aGlz
Authorization: Basic aWFtOm15c2VsZg==
|