diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2020-09-23 14:53:08 -0700 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2020-09-23 14:53:26 -0700 |
commit | 93653ef9e2fd5d35a7972734a52957bb222f878a (patch) | |
tree | a00e2cc1620e37dee252de1a242f1844d025efdf /tests/data | |
parent | 675eeb1c941706070381faaad8ee1a5d75cff4a4 (diff) | |
download | curl-93653ef9e2fd5d35a7972734a52957bb222f878a.tar.gz |
tests/data: Fix some mismatched XML tags in test cases
This allows these test files to pass xmllint.
Diffstat (limited to 'tests/data')
-rw-r--r-- | tests/data/test1910 | 2 | ||||
-rw-r--r-- | tests/data/test1911 | 2 | ||||
-rw-r--r-- | tests/data/test1912 | 2 | ||||
-rw-r--r-- | tests/data/test669 | 1 |
4 files changed, 1 insertions, 6 deletions
diff --git a/tests/data/test1910 b/tests/data/test1910 index a1b3f5756..cd2e2cf46 100644 --- a/tests/data/test1910 +++ b/tests/data/test1910 @@ -26,7 +26,7 @@ Content-Type: text/html Content-Length: 4 hej -</data> +</data2> </reply> # Client-side diff --git a/tests/data/test1911 b/tests/data/test1911 index 78f0b8d8f..ec5f531af 100644 --- a/tests/data/test1911 +++ b/tests/data/test1911 @@ -7,8 +7,6 @@ curl_easy_option # Server-side <reply> - -</data> </reply> # Client-side diff --git a/tests/data/test1912 b/tests/data/test1912 index 88207c65f..ed6b27b5b 100644 --- a/tests/data/test1912 +++ b/tests/data/test1912 @@ -8,8 +8,6 @@ typecheck # Server-side <reply> - -</data> </reply> # Client-side diff --git a/tests/data/test669 b/tests/data/test669 index aaae2c51d..64cfc0659 100644 --- a/tests/data/test669 +++ b/tests/data/test669 @@ -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" |