diff options
Diffstat (limited to 'tests/data/test1090')
-rw-r--r-- | tests/data/test1090 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/tests/data/test1090 b/tests/data/test1090 index f30538d24..0551519fb 100644 --- a/tests/data/test1090 +++ b/tests/data/test1090 @@ -18,7 +18,7 @@ Date: Tue, 09 Nov 2010 14:49:00 GMT Content-Length: 8
Connection: close
Content-Type: text/plain
-Location: ./10900001
+Location: ./%TESTNUMBER0001
monster </data> @@ -50,7 +50,7 @@ http HTTP GET --write-out with redirected fetch and chunked reply </name> <command> -http://%HOSTIP:%HTTPPORT/1090 -w "%{num_connects}\n%{num_redirects}\n%{size_download}\n%{url_effective}\n%{content_type}\n%{response_code}\n" -L +http://%HOSTIP:%HTTPPORT/%TESTNUMBER -w "%{num_connects}\n%{num_redirects}\n%{size_download}\n%{url_effective}\n%{content_type}\n%{response_code}\n" -L </command> </client> @@ -58,12 +58,12 @@ http://%HOSTIP:%HTTPPORT/1090 -w "%{num_connects}\n%{num_redirects}\n%{size_down # Verify data after the test has been "shot" <verify> <protocol> -GET /1090 HTTP/1.1
+GET /%TESTNUMBER HTTP/1.1
Host: %HOSTIP:%HTTPPORT
User-Agent: curl/%VERSION
Accept: */*
-GET /10900001 HTTP/1.1
+GET /%TESTNUMBER0001 HTTP/1.1
Host: %HOSTIP:%HTTPPORT
User-Agent: curl/%VERSION
Accept: */*
@@ -76,7 +76,7 @@ Date: Tue, 09 Nov 2010 14:49:00 GMT Content-Length: 8
Connection: close
Content-Type: text/plain
-Location: ./10900001
+Location: ./%TESTNUMBER0001
HTTP/1.1 200 OK
Date: Tue, 09 Nov 2010 14:49:00 GMT
@@ -88,7 +88,7 @@ bigger monster 2 1 15 -http://%HOSTIP:%HTTPPORT/10900001 +http://%HOSTIP:%HTTPPORT/%TESTNUMBER0001 text/plain; charset=us-ascii 200 </stdout> |