1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

tests: Fixed XML validation errors in some test files.

This commit is contained in:
Dan Fandrich 2019-03-24 15:19:50 +01:00
parent 48287c9c96
commit 27fb521df5
5 changed files with 6 additions and 2 deletions

View File

@ -9,7 +9,9 @@ connection-sharing
</info>
# Server-side
<reply>
</reply>
# Client-side
<client>
<server>

View File

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

View File

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

View File

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

View File

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