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

tests: updated tests for Hyper

This commit is contained in:
Daniel Stenberg 2020-12-14 14:10:33 +01:00
parent 58974d25d8
commit c7dd08ce58
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2
10 changed files with 73 additions and 5 deletions

View File

@ -9,7 +9,7 @@ HTTP GET
# Server-side # Server-side
<reply> <reply>
<data nocheck="yes"> <data nocheck="yes">
HTTP/1.4 200 OK HTTP/1.1 200 OK
Fake: yes Fake: yes
Fake: yes Fake: yes
Fake: yes Fake: yes
@ -35,7 +35,7 @@ http://%HOSTIP:%HTTPPORT/want/15 --write-out "%{url_effective} %{http_code} %{si
# Verify data after the test has been "shot" # Verify data after the test has been "shot"
<verify> <verify>
<stdout> <stdout>
HTTP/1.4 200 OK HTTP/1.1 200 OK
Fake: yes Fake: yes
Fake: yes Fake: yes
Fake: yes Fake: yes

View File

@ -11,7 +11,7 @@ config file
<data> <data>
HTTP/1.1 200 OK HTTP/1.1 200 OK
Funny-head: yesyes Funny-head: yesyes
Content-Length: 27 Content-Length: 27
This is the proof it works This is the proof it works
</data> </data>

View File

@ -41,7 +41,7 @@ Accept: */*
22 22
</errorcode> </errorcode>
<file2 name="log/stderr24" mode="text"> <file2 name="log/stderr24" mode="text">
curl: (22) The requested URL returned error: 404 BAD BOY curl: (22) The requested URL returned error: 404
</file2> </file2>
</verify> </verify>
</testcase> </testcase>

View File

@ -30,7 +30,11 @@ If this is received, the location following worked
HTTP/1.1 301 This is a weirdo text message swsclose HTTP/1.1 301 This is a weirdo text message swsclose
Date: Thu, 09 Nov 2010 14:49:00 GMT Date: Thu, 09 Nov 2010 14:49:00 GMT
Server: test-server/fake Server: test-server/fake
%if hyper
Location: /online/1,1795,Welcome,00.html/280002.txt?logout=TRUE
%else
Location: /online/1,1795,Welcome,00.html/280002.txt?logout=TRUE Location: /online/1,1795,Welcome,00.html/280002.txt?logout=TRUE
%endif
Connection: close Connection: close
HTTP/1.1 200 Followed here fine swsclose HTTP/1.1 200 Followed here fine swsclose

View File

@ -8,6 +8,12 @@ cookiejar
</keywords> </keywords>
</info> </info>
# Server-side # Server-side
#
# The cookies set come in two versions. This is because when curl is built
# with Hyper, the API provides the headers already "sanitized" so we cannot
# compapare with the exact server contents unlesss it too sends the data
# "clean".
<reply> <reply>
<data> <data>
HTTP/1.1 200 OK HTTP/1.1 200 OK
@ -16,6 +22,7 @@ Server: test-server/fake
Content-Length: 4 Content-Length: 4
Content-Type: text/html Content-Type: text/html
Funny-head: yesyes Funny-head: yesyes
%if !hyper
Set-Cookie: foobar=name; domain=anything.com; path=/ ; secure Set-Cookie: foobar=name; domain=anything.com; path=/ ; secure
Set-Cookie:ismatch=this ; domain=127.0.0.1; path=/silly/ Set-Cookie:ismatch=this ; domain=127.0.0.1; path=/silly/
Set-Cookie: overwrite=this ; domain=127.0.0.1; path=/overwrite/ Set-Cookie: overwrite=this ; domain=127.0.0.1; path=/overwrite/
@ -57,6 +64,49 @@ Set-Cookie: withspaces= yes within and around ;
Set-Cookie: withspaces2 =before equals; Set-Cookie: withspaces2 =before equals;
Set-Cookie: prespace= yes before; Set-Cookie: prespace= yes before;
Set-Cookie: securewithspace=after ; secure = Set-Cookie: securewithspace=after ; secure =
%else
Set-Cookie: foobar=name; domain=anything.com; path=/ ; secure
Set-Cookie: ismatch=this ; domain=127.0.0.1; path=/silly/
Set-Cookie: overwrite=this ; domain=127.0.0.1; path=/overwrite/
Set-Cookie: overwrite=this2 ; domain=127.0.0.1; path=/overwrite
Set-Cookie: sec1value=secure1 ; domain=127.0.0.1; path=/secure1/ ; secure
Set-Cookie: sec2value=secure2 ; domain=127.0.0.1; path=/secure2/ ; secure=
Set-Cookie: sec3value=secure3 ; domain=127.0.0.1; path=/secure3/ ; secure=
Set-Cookie: sec4value=secure4 ; secure=; domain=127.0.0.1; path=/secure4/ ;
Set-Cookie: sec5value=secure5 ; secure; domain=127.0.0.1; path=/secure5/ ;
Set-Cookie: sec6value=secure6 ; secure ; domain=127.0.0.1; path=/secure6/ ;
Set-Cookie: sec7value=secure7 ; secure ; domain=127.0.0.1; path=/secure7/ ;
Set-Cookie: sec8value=secure8 ; secure= ; domain=127.0.0.1; path=/secure8/ ;
Set-Cookie: secure=very1 ; secure=; domain=127.0.0.1; path=/secure9/;
Set-Cookie: httpo1=value1 ; domain=127.0.0.1; path=/p1/; httponly
Set-Cookie: httpo2=value2 ; domain=127.0.0.1; path=/p2/; httponly=
Set-Cookie: httpo3=value3 ; httponly; domain=127.0.0.1; path=/p3/;
Set-Cookie: httpo4=value4 ; httponly=; domain=127.0.0.1; path=/p4/;
Set-Cookie: httponly=myvalue1 ; domain=127.0.0.1; path=/p4/; httponly
Set-Cookie: httpandsec=myvalue2 ; domain=127.0.0.1; path=/p4/; httponly; secure
Set-Cookie: httpandsec2=myvalue3; domain=127.0.0.1; path=/p4/; httponly=; secure
Set-Cookie: httpandsec3=myvalue4 ; domain=127.0.0.1; path=/p4/; httponly; secure=
Set-Cookie: httpandsec4=myvalue5 ; domain=127.0.0.1; path=/p4/; httponly=; secure=
Set-Cookie: httpandsec5=myvalue6 ; domain=127.0.0.1; path=/p4/; secure; httponly=
Set-Cookie: httpandsec6=myvalue7 ; domain=127.0.0.1; path=/p4/; secure=; httponly=
Set-Cookie: httpandsec7=myvalue8 ; domain=127.0.0.1; path=/p4/; secure; httponly
Set-Cookie: httpandsec8=myvalue9; domain=127.0.0.1; path=/p4/; secure=; httponly
Set-Cookie: partmatch=present; domain=127.0.0.1 ; path=/;
Set-Cookie: eat=this; domain=moo.foo.moo;
Set-Cookie: eat=this-too; domain=.foo.moo;
Set-Cookie: nodomainnovalue
Set-Cookie: nodomain=value; expires=Fri Feb 13 11:56:27 GMT 2037
Set-Cookie: novalue; domain=reallysilly
Set-Cookie: test=yes; domain=foo.com; expires=Sat Feb 2 11:56:27 GMT 2030
Set-Cookie: test2=yes; domain=se; expires=Sat Feb 2 11:56:27 GMT 2030
Set-Cookie: magic=yessir; path=/silly/; HttpOnly
Set-Cookie: blexp=yesyes; domain=127.0.0.1; domain=127.0.0.1; expiry=totally bad;
Set-Cookie: partialip=nono; domain=.0.0.1;
Set-Cookie: withspaces= yes within and around ;
Set-Cookie: withspaces2 =before equals;
Set-Cookie: prespace= yes before;
Set-Cookie: securewithspace=after ; secure =
%endif
boo boo
</data> </data>

View File

@ -26,7 +26,11 @@ body
</data2> </data2>
<datacheck> <datacheck>
HTTP/1.1 302 OK swsclose HTTP/1.1 302 OK swsclose
%if !hyper
Location: ../moo.html/?name=d a niel&testcase=/400002 Location: ../moo.html/?name=d a niel&testcase=/400002
%else
Location: ../moo.html/?name=d a niel&testcase=/400002
%endif
Date: Thu, 09 Nov 2010 14:49:00 GMT Date: Thu, 09 Nov 2010 14:49:00 GMT
Connection: close Connection: close

View File

@ -26,7 +26,11 @@ body
</data2> </data2>
<datacheck> <datacheck>
HTTP/1.1 302 OK swsclose HTTP/1.1 302 OK swsclose
%if !hyper
Location: ../m o o.html/420002 Location: ../m o o.html/420002
%else
Location: ../m o o.html/420002
%endif
Date: Thu, 09 Nov 2010 14:49:00 GMT Date: Thu, 09 Nov 2010 14:49:00 GMT
Connection: close Connection: close

View File

@ -11,7 +11,7 @@ followlocation
<data> <data>
HTTP/1.1 302 This is a weirdo text message swsclose HTTP/1.1 302 This is a weirdo text message swsclose
Connection: close Connection: close
Location: Location:
This server reply is for testing This server reply is for testing
</data> </data>

View File

@ -52,7 +52,11 @@ Accept: */*
Transfer-Encoding: chunked Transfer-Encoding: chunked
Content-Type: application/x-www-form-urlencoded Content-Type: application/x-www-form-urlencoded
%if hyper
C
%else
c c
%endif
we post this we post this
0 0

View File

@ -43,7 +43,9 @@ Host: %HOSTIP:%HTTPPORT
User-Agent: curl/%VERSION User-Agent: curl/%VERSION
Accept: */* Accept: */*
Transfer-Encoding: chunked Transfer-Encoding: chunked
%if !hyper
Content-Length: 1 Content-Length: 1
%endif
Expect: 100-continue Expect: 100-continue
13 13