From 753592cc701d532364a27db8fad7b7d039c1461e Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Thu, 28 Aug 2008 02:03:54 +0000 Subject: Added test case 1068 to do a simple HTTP PUT from stdin --- tests/data/test1068 | 57 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 tests/data/test1068 (limited to 'tests/data/test1068') diff --git a/tests/data/test1068 b/tests/data/test1068 new file mode 100644 index 000000000..ff26d78c6 --- /dev/null +++ b/tests/data/test1068 @@ -0,0 +1,57 @@ + +# Similar to test 60 + + +HTTP +HTTP PUT + + + +# Server-side + + +HTTP/1.0 200 OK swsclose +Date: Thu, 09 Nov 2010 14:49:00 GMT +Server: test-server/fake + +blablabla + + + + +# Client-side + + +http + + +HTTP PUT from stdin + + +http://%HOSTIP:%HTTPPORT/bzz/1068 -T - + + +more than one byte + + + +# Verify data after the test has been "shot" + + +^User-Agent:.* + + +PUT /bzz/1068 HTTP/1.1 +Host: %HOSTIP:%HTTPPORT +Accept: */* +Transfer-Encoding: chunked +Expect: 100-continue + +13 +more than one byte + +0 + + + + -- cgit v1.2.3