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/test1043 | |
parent | 69a03ce23ca24054f9a3c6f65f5b139539fc929c (diff) |
Added test1042 and test1043 to test -C - on HTTP.
Diffstat (limited to 'tests/data/test1043')
-rw-r--r-- | tests/data/test1043 | 84 |
1 files changed, 84 insertions, 0 deletions
diff --git a/tests/data/test1043 b/tests/data/test1043 new file mode 100644 index 000000000..f9bd1057b --- /dev/null +++ b/tests/data/test1043 @@ -0,0 +1,84 @@ +<testcase> +<info> +<keywords> +HTTP +HTTP GET +Resume +</keywords> +</info> + +# Server-side +<reply> +<data> +HTTP/1.1 206 Partial Content
+Date: Mon, 13 Nov 2007 13:41:09 GMT
+Last-Modified: Tue, 13 Jun 2000 12:10:00 GMT
+Accept-Ranges: bytes
+Content-Length: 60
+Content-Range: bytes 40-99/100
+
+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 +HTTP/1.1 206 Partial Content
+Date: Mon, 13 Nov 2007 13:41:09 GMT
+Last-Modified: Tue, 13 Jun 2000 12:10:00 GMT
+Accept-Ranges: bytes
+Content-Length: 60
+Content-Range: bytes 40-99/100
+
+012345678 +012345678 +012345678 +012345678 +012345678 +012345678 +</datacheck> + +</reply> + +# Client-side +<client> +<server> +http +</server> + <name> +HTTP GET with resume from end of file + </name> + <command> +http://%HOSTIP:%HTTPPORT/1043 -C - +</command> +<file name="log/curl1043.out"> +012345678 +012345678 +012345678 +012345678 +</file> +</client> + +# Verify data after the test has been "shot" +<verify> +<strip> +^User-Agent:.* +</strip> +<protocol> +GET /1043 HTTP/1.1
+Range: bytes=40-
+Host: %HOSTIP:%HTTPPORT
+Accept: */*
+
+</protocol> +</verify> +</testcase> |