diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2008-07-15 04:12:15 +0000 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2008-07-15 04:12:15 +0000 |
commit | aa4a7471dd159d7a3b7cfc8dd3e706e0223afa9b (patch) | |
tree | d7a2437b6a1e957725fd8ce9033d22322355adac /tests/data/test1042 | |
parent | 69a03ce23ca24054f9a3c6f65f5b139539fc929c (diff) |
Added test1042 and test1043 to test -C - on HTTP.
Diffstat (limited to 'tests/data/test1042')
-rw-r--r-- | tests/data/test1042 | 94 |
1 files changed, 94 insertions, 0 deletions
diff --git a/tests/data/test1042 b/tests/data/test1042 new file mode 100644 index 000000000..d532120d9 --- /dev/null +++ b/tests/data/test1042 @@ -0,0 +1,94 @@ +<testcase> +<info> +<keywords> +HTTP +HTTP GET +Resume +FAILURE +</keywords> +</info> + +# Server-side +<reply> +# Some servers (e.g. Apache 1.2) respond this way to an invalid byte range +<data> +HTTP/1.1 200 OK
+Connection: close
+Content-Length: 100
+Content-Type: text/plain
+
+012345678 +012345678 +012345678 +012345678 +012345678 +012345678 +012345678 +012345678 +012345678 +012345678 +</data> + +# The file data that exists at the start of the test must be included in +# the verification. +<datacheck> +012345678 +012345678 +012345678 +012345678 +012345678 +012345678 +012345678 +012345678 +012345678 +012345678 +HTTP/1.1 200 OK
+Connection: close
+Content-Length: 100
+Content-Type: text/plain
+
+</datacheck> +</reply> + +# Client-side +<client> +<server> +http +</server> + <name> +HTTP GET from end of entirely-downloaded file, no server resume + </name> + <command> +http://%HOSTIP:%HTTPPORT/1042 -C - +</command> +<file name="log/curl1042.out"> +012345678 +012345678 +012345678 +012345678 +012345678 +012345678 +012345678 +012345678 +012345678 +012345678 +</file> +</client> + +# Verify data after the test has been "shot" +<verify> +<errorcode> +33 +</errorcode> +<strip> +^User-Agent:.* +</strip> +<protocol> +GET /1042 HTTP/1.1
+Range: bytes=100-
+Host: %HOSTIP:%HTTPPORT
+Accept: */*
+
+</protocol> +</verify> +</testcase> |