summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2019-03-24 15:19:50 +0100
committerDan Fandrich <dan@coneharvesters.com>2019-03-24 18:35:02 +0100
commit27fb521df567ae1b26fb07b42d393136eed90c14 (patch)
tree937849c16898c0a579146f95efe0fb448451fd97
parent48287c9c96c5e9f0dd5a23bda7c4b54789a60316 (diff)
downloadcurl-27fb521df567ae1b26fb07b42d393136eed90c14.tar.gz
tests: Fixed XML validation errors in some test files.
-rw-r--r--tests/data/test15412
-rw-r--r--tests/data/test16541
-rw-r--r--tests/data/test19052
-rw-r--r--tests/data/test3272
-rw-r--r--tests/data/test3561
5 files changed, 6 insertions, 2 deletions
diff --git a/tests/data/test1541 b/tests/data/test1541
index 28b91c75e..e18bb47df 100644
--- a/tests/data/test1541
+++ b/tests/data/test1541
@@ -9,7 +9,9 @@ connection-sharing
</info>
# Server-side
+<reply>
</reply>
+
# Client-side
<client>
<server>
diff --git a/tests/data/test1654 b/tests/data/test1654
index cae49d663..175076c8a 100644
--- a/tests/data/test1654
+++ b/tests/data/test1654
@@ -53,5 +53,6 @@ h1 2.example.org 8080 h3 2.example.org 8080 "20190125 22:34:21" 0 0
h1 3.example.org 8080 h2 example.com 8080 "20190125 22:34:21" 0 0
h1 3.example.org 8080 h3 yesyes.com 8080 "20190125 22:34:21" 0 0
h2c example.org 80 h2 example.com 443 "20190124 22:36:21" 0 0
+</file>
</verify>
</testcase>
diff --git a/tests/data/test1905 b/tests/data/test1905
index dac1471f5..0459b10b4 100644
--- a/tests/data/test1905
+++ b/tests/data/test1905
@@ -31,7 +31,7 @@ CURLOPT_COOKIELIST set to "FLUSH" of a shared cookie object
</name>
<tool>
lib1905
-</tool
+</tool>
<command>
http://%HOSTIP:%HTTPPORT/we/want/1905
</command>
diff --git a/tests/data/test327 b/tests/data/test327
index 1aa672d0c..3a1c07162 100644
--- a/tests/data/test327
+++ b/tests/data/test327
@@ -31,7 +31,7 @@ Content-Type: text/html
Funny-head: yesyes swsclose
Set-Cookie: foobar=name; expires=Thu, 01 Jan 1970 00:00:00 GMT;
-</data>
+</data2>
</reply>
# Client-side
diff --git a/tests/data/test356 b/tests/data/test356
index 26305f96a..e2ac4860d 100644
--- a/tests/data/test356
+++ b/tests/data/test356
@@ -38,6 +38,7 @@ parse incoming Alt-Svc and save to file
<setenv>
# make debug-curl accept Alt-Svc over plain HTTP
CURL_ALTSVC_HTTP="yeah"
+</setenv>
<command>
http://%HOSTIP:%HTTPPORT/356 --alt-svc "log/altsvc-356"
</command>