From b6ca1be1cd792e02f3d6d0ba24b1654fcabce569 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 28 May 2001 12:30:21 +0000 Subject: test case converted to the new file format --- tests/data/test13 | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 tests/data/test13 (limited to 'tests/data/test13') diff --git a/tests/data/test13 b/tests/data/test13 new file mode 100644 index 000000000..5049946aa --- /dev/null +++ b/tests/data/test13 @@ -0,0 +1,34 @@ +# Server-side + + +HTTP/1.1 200 Read you +Deleted: suppose we got a header like this! ;-) + +blabla custom request result + + + + +# Client-side + + +HTTP custom request 'DELETE' + + +http://%HOSTIP:%HOSTPORT/want/13 -X DELETE + + + +# Verify data after the test has been "shot" + + +^User-Agent:.* + + +DELETE /want/13 HTTP/1.1 +Host: 127.0.0.1:8999 +Pragma: no-cache +Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, */* + + + -- cgit v1.2.3