]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
tests/data: Fix some mismatched XML tags in test cases
authorDan Fandrich <dan@coneharvesters.com>
Wed, 23 Sep 2020 21:53:08 +0000 (14:53 -0700)
committerDan Fandrich <dan@coneharvesters.com>
Wed, 23 Sep 2020 21:53:26 +0000 (14:53 -0700)
This allows these test files to pass xmllint.

tests/data/test1910
tests/data/test1911
tests/data/test1912
tests/data/test669

index a1b3f575686d502cb24b34b23ce2a3110b250f21..cd2e2cf46a38b2e3d8c44239a34c9a706b6ce033 100644 (file)
@@ -26,7 +26,7 @@ Content-Type: text/html
 Content-Length: 4
 
 hej
-</data>
+</data2>
 </reply>
 
 # Client-side
index 78f0b8d8f320eb1ba35b75b06ce939faa67a0fde..ec5f531af917b173606a51847bd8b55e774deeca 100644 (file)
@@ -7,8 +7,6 @@ curl_easy_option
 
 # Server-side
 <reply>
-
-</data>
 </reply>
 
 # Client-side
index 88207c65faa84f1e92b96333dedc963176bd3491..ed6b27b5b869699790437855b53cd716720495f3 100644 (file)
@@ -8,8 +8,6 @@ typecheck
 
 # Server-side
 <reply>
-
-</data>
 </reply>
 
 # Client-side
index aaae2c51d546bf97680d254c186b5797e0f9425f..64cfc0659143e9b5008a1bb172261b82b1940fa6 100644 (file)
@@ -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"