diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2008-08-28 02:03:54 +0000 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2008-08-28 02:03:54 +0000 |
commit | 753592cc701d532364a27db8fad7b7d039c1461e (patch) | |
tree | efd1b8b29d3d2c7dcaee32576305a3e27019846b /tests/data/test60 | |
parent | b150e6866d5c441515fb63dad357c039b5e5cd60 (diff) |
Added test case 1068 to do a simple HTTP PUT from stdin
Diffstat (limited to 'tests/data/test60')
-rw-r--r-- | tests/data/test60 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/tests/data/test60 b/tests/data/test60 index dcc192b47..df9eeee15 100644 --- a/tests/data/test60 +++ b/tests/data/test60 @@ -5,6 +5,7 @@ HTTP HTTP PUT </keywords> </info> + # Server-side <reply> <data> @@ -26,11 +27,11 @@ http HTTP PUT from stdin with wrong content-length </name> <command> -http://%HOSTIP:%HTTPPORT/bzz/60 -T - -H "Content-Length: 1" <log/60.txt +http://%HOSTIP:%HTTPPORT/bzz/60 -T - -H "Content-Length: 1" </command> -<file name="log/60.txt"> +<stdin> more than one byte -</file> +</stdin> </client> # Verify data after the test has been "shot" |