From 6475600afa57c777aa10187c3d1c49fc5f4bf7f5 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 12 Jun 2001 09:12:59 +0000 Subject: New test cases added --- tests/data/test33 | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 tests/data/test33 (limited to 'tests/data/test33') 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 + + + + + + +# Client-side + + +HTTP PUT with resume + + +012345678 +012345678 +012345678 +012345678 +012345678 +012345678 +012345678 +012345678 +012345678 +012345678 + + +http://%HOSTIP:%HOSTPORT/33 -Tlog/test33.txt -C 50 + + + +# Verify data after the test has been "shot" + + +^User-Agent:.* + + +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 + + -- cgit v1.2.3