mirror of
https://github.com/curl/curl.git
synced 2026-08-25 05:23:32 +03:00
Fixed the XML syntax of a few test files.
This commit is contained in:
parent
39f23aec6b
commit
ed2dbefa73
5 changed files with 23 additions and 22 deletions
|
|
@ -8,10 +8,10 @@ HTTP PUT
|
|||
# Server-side
|
||||
<reply>
|
||||
<data>
|
||||
HTTP/1.0 200 OK swsclose
|
||||
Date: Thu, 09 Nov 2010 14:49:00 GMT
|
||||
Server: test-server/fake
|
||||
|
||||
HTTP/1.0 200 OK swsclose
|
||||
Date: Thu, 09 Nov 2010 14:49:00 GMT
|
||||
Server: test-server/fake
|
||||
|
||||
blablabla
|
||||
|
||||
</data>
|
||||
|
|
@ -26,7 +26,7 @@ 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" <log/60.txt
|
||||
</command>
|
||||
<file name="log/60.txt">
|
||||
more than one byte
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue