mirror of
https://github.com/curl/curl.git
synced 2026-07-23 21:47:34 +03:00
tests/data: Fix some mismatched XML tags in test cases
This allows these test files to pass xmllint.
This commit is contained in:
parent
675eeb1c94
commit
93653ef9e2
4 changed files with 1 additions and 6 deletions
|
|
@ -26,7 +26,7 @@ Content-Type: text/html
|
|||
Content-Length: 4
|
||||
|
||||
hej
|
||||
</data>
|
||||
</data2>
|
||||
</reply>
|
||||
|
||||
# Client-side
|
||||
|
|
|
|||
|
|
@ -7,8 +7,6 @@ curl_easy_option
|
|||
|
||||
# Server-side
|
||||
<reply>
|
||||
|
||||
</data>
|
||||
</reply>
|
||||
|
||||
# Client-side
|
||||
|
|
|
|||
|
|
@ -8,8 +8,6 @@ typecheck
|
|||
|
||||
# Server-side
|
||||
<reply>
|
||||
|
||||
</data>
|
||||
</reply>
|
||||
|
||||
# Client-side
|
||||
|
|
|
|||
|
|
@ -30,7 +30,6 @@ HTTP custom Content-Type with parameter
|
|||
<command>
|
||||
http://%HOSTIP:%HTTPPORT/we/want/669 -H 'Content-type: multipart/form-data; charset=utf-8' -F name=daniel -F tool=curl
|
||||
</command>
|
||||
</file>
|
||||
</client>
|
||||
|
||||
# Verify data after the test has been "shot"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue