diff options
Diffstat (limited to 'tests/data/test188')
-rw-r--r-- | tests/data/test188 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/data/test188 b/tests/data/test188 index 14e95c8e8..8e8848e65 100644 --- a/tests/data/test188 +++ b/tests/data/test188 @@ -13,7 +13,7 @@ followlocation <reply> <data> HTTP/1.1 301 OK swsbounce -Location: /188 +Location: /%TESTNUMBER Content-Length: 3 OK @@ -29,7 +29,7 @@ Actual content <datacheck> HTTP/1.1 301 OK swsbounce -Location: /188 +Location: /%TESTNUMBER Content-Length: 3 HTTP/1.1 200 OK @@ -51,20 +51,20 @@ http HTTP GET with resume and redirect </name> <command> -http://%HOSTIP:%HTTPPORT/188 -C 50 -L +http://%HOSTIP:%HTTPPORT/%TESTNUMBER -C 50 -L </command> </client> # Verify data after the test has been "shot" <verify> <protocol> -GET /188 HTTP/1.1
+GET /%TESTNUMBER HTTP/1.1
Host: %HOSTIP:%HTTPPORT
Range: bytes=50-
User-Agent: curl/%VERSION
Accept: */*
-GET /188 HTTP/1.1
+GET /%TESTNUMBER HTTP/1.1
Host: %HOSTIP:%HTTPPORT
Range: bytes=50-
User-Agent: curl/%VERSION
|