1
0
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:
Dan Fandrich 2020-09-23 14:53:08 -07:00
parent 675eeb1c94
commit 93653ef9e2
4 changed files with 1 additions and 6 deletions

View File

@ -26,7 +26,7 @@ Content-Type: text/html
Content-Length: 4 Content-Length: 4
hej hej
</data> </data2>
</reply> </reply>
# Client-side # Client-side

View File

@ -7,8 +7,6 @@ curl_easy_option
# Server-side # Server-side
<reply> <reply>
</data>
</reply> </reply>
# Client-side # Client-side

View File

@ -8,8 +8,6 @@ typecheck
# Server-side # Server-side
<reply> <reply>
</data>
</reply> </reply>
# Client-side # Client-side

View File

@ -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"