diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-06-12 09:12:59 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-06-12 09:12:59 +0000 |
commit | 6475600afa57c777aa10187c3d1c49fc5f4bf7f5 (patch) | |
tree | b5b0ea5b3433aab8a3c89ba20e07995398f98de9 /tests/data/test33 | |
parent | e450888b15571375d5cf3e26c3b164f6bf297183 (diff) |
New test cases added
Diffstat (limited to 'tests/data/test33')
-rw-r--r-- | tests/data/test33 | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/tests/data/test33 b/tests/data/test33 new file mode 100644 index 000000000..f255bc4e0 --- /dev/null +++ b/tests/data/test33 @@ -0,0 +1,50 @@ +# Server-side +<reply> +<data> + +</data> +</reply> + +# Client-side +<client> + <name> +HTTP PUT with resume + </name> +<file name="log/test33.txt"> +012345678 +012345678 +012345678 +012345678 +012345678 +012345678 +012345678 +012345678 +012345678 +012345678 +</file> + <command> +http://%HOSTIP:%HOSTPORT/33 -Tlog/test33.txt -C 50 +</command> +</test> + +# Verify data after the test has been "shot" +<verify> +<strip> +^User-Agent:.* +</strip> +<protocol> +PUT /33 HTTP/1.1
+Content-Range: bytes 50-99/100
+User-Agent: curl/7.6 (sparc-sun-solaris2.7) libcurl 7.6-pre4 (SSL 0.9.6) (krb4 enabled)
+Host: 127.0.0.1:8999
+Pragma: no-cache
+Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, */*
+Content-Length: 50
+
+012345678 +012345678 +012345678 +012345678 +012345678 +</protocol> +</verify> |