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> </info>
# Server-side # Server-side
<reply>
</reply> </reply>
# Client-side # Client-side
<client> <client>
<server> <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 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 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 h2c example.org 80 h2 example.com 443 "20190124 22:36:21" 0 0
</file>
</verify> </verify>
</testcase> </testcase>

View File

@ -31,7 +31,7 @@ CURLOPT_COOKIELIST set to "FLUSH" of a shared cookie object
</name> </name>
<tool> <tool>
lib1905 lib1905
</tool </tool>
<command> <command>
http://%HOSTIP:%HTTPPORT/we/want/1905 http://%HOSTIP:%HTTPPORT/we/want/1905
</command> </command>

View File

@ -31,7 +31,7 @@ Content-Type: text/html
Funny-head: yesyes swsclose Funny-head: yesyes swsclose
Set-Cookie: foobar=name; expires=Thu, 01 Jan 1970 00:00:00 GMT; Set-Cookie: foobar=name; expires=Thu, 01 Jan 1970 00:00:00 GMT;
</data> </data2>
</reply> </reply>
# Client-side # Client-side

View File

@ -38,6 +38,7 @@ parse incoming Alt-Svc and save to file
<setenv> <setenv>
# make debug-curl accept Alt-Svc over plain HTTP # make debug-curl accept Alt-Svc over plain HTTP
CURL_ALTSVC_HTTP="yeah" CURL_ALTSVC_HTTP="yeah"
</setenv>
<command> <command>
http://%HOSTIP:%HTTPPORT/356 --alt-svc "log/altsvc-356" http://%HOSTIP:%HTTPPORT/356 --alt-svc "log/altsvc-356"
</command> </command>