mirror of
https://github.com/moparisthebest/curl
synced 2025-01-11 05:58:01 -05: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
@ -26,7 +26,7 @@ Content-Type: text/html
|
|||||||
Content-Length: 4
|
Content-Length: 4
|
||||||
|
|
||||||
hej
|
hej
|
||||||
</data>
|
</data2>
|
||||||
</reply>
|
</reply>
|
||||||
|
|
||||||
# Client-side
|
# Client-side
|
||||||
|
@ -7,8 +7,6 @@ curl_easy_option
|
|||||||
|
|
||||||
# Server-side
|
# Server-side
|
||||||
<reply>
|
<reply>
|
||||||
|
|
||||||
</data>
|
|
||||||
</reply>
|
</reply>
|
||||||
|
|
||||||
# Client-side
|
# Client-side
|
||||||
|
@ -8,8 +8,6 @@ typecheck
|
|||||||
|
|
||||||
# Server-side
|
# Server-side
|
||||||
<reply>
|
<reply>
|
||||||
|
|
||||||
</data>
|
|
||||||
</reply>
|
</reply>
|
||||||
|
|
||||||
# Client-side
|
# Client-side
|
||||||
|
@ -30,7 +30,6 @@ HTTP custom Content-Type with parameter
|
|||||||
<command>
|
<command>
|
||||||
http://%HOSTIP:%HTTPPORT/we/want/669 -H 'Content-type: multipart/form-data; charset=utf-8' -F name=daniel -F tool=curl
|
http://%HOSTIP:%HTTPPORT/we/want/669 -H 'Content-type: multipart/form-data; charset=utf-8' -F name=daniel -F tool=curl
|
||||||
</command>
|
</command>
|
||||||
</file>
|
|
||||||
</client>
|
</client>
|
||||||
|
|
||||||
# Verify data after the test has been "shot"
|
# Verify data after the test has been "shot"
|
||||||
|
Loading…
Reference in New Issue
Block a user