diff --git a/tests/data/test2720 b/tests/data/test2720 index 1f4622632b..e70ecd324b 100644 --- a/tests/data/test2720 +++ b/tests/data/test2720 @@ -33,9 +33,9 @@ upgrade # Full list of frames: see below -# 1st a message with an emtpy fragment at the beginning -# 2nd a message with an emtpy fragment in the middle -# 3rd a message with an emtpy fragment at the end +# 1st a message with an empty fragment at the beginning +# 2nd a message with an empty fragment in the middle +# 3rd a message with an empty fragment at the end # 4th a message with only empty fragments HTTP/1.1 101 Switching to WebSockets diff --git a/tests/data/test383 b/tests/data/test383 index bb8cb666d1..313c674f6f 100644 --- a/tests/data/test383 +++ b/tests/data/test383 @@ -35,7 +35,7 @@ http HTTP with --json ---json '{ "drink": "coffe" }' http://%HOSTIP:%HTTPPORT/%TESTNUMBER +--json '{ "drink": "coffee" }' http://%HOSTIP:%HTTPPORT/%TESTNUMBER @@ -50,7 +50,7 @@ Content-Type: application/json Accept: application/json Content-Length: 20 -{ "drink": "coffe" } +{ "drink": "coffee" } diff --git a/tests/data/test384 b/tests/data/test384 index 6148ef40d4..8672981167 100644 --- a/tests/data/test384 +++ b/tests/data/test384 @@ -35,7 +35,7 @@ http HTTP with --json from stdin -{ "drink": "coffe" } +{ "drink": "coffee" } --json @- http://%HOSTIP:%HTTPPORT/%TESTNUMBER -H "Accept: foobar/*" @@ -53,7 +53,7 @@ Accept: foobar/* Content-Type: application/json Content-Length: 21 -{ "drink": "coffe" } +{ "drink": "coffee" } diff --git a/tests/data/test385 b/tests/data/test385 index b2e3c4d8c0..542c91eda5 100644 --- a/tests/data/test385 +++ b/tests/data/test385 @@ -35,7 +35,7 @@ http HTTP with --json x 2 ---json '{ "drink": "coffe",' --json ' "crunch": "cookie" }' http://%HOSTIP:%HTTPPORT/%TESTNUMBER -H "Content-Type: drinks/hot" +--json '{ "drink": "coffee",' --json ' "crunch": "cookie" }' http://%HOSTIP:%HTTPPORT/%TESTNUMBER -H "Content-Type: drinks/hot" @@ -50,7 +50,7 @@ Content-Type: drinks/hot Accept: application/json Content-Length: 40 -{ "drink": "coffe", "crunch": "cookie" } +{ "drink": "coffee", "crunch": "cookie" } diff --git a/tests/data/test386 b/tests/data/test386 index ed20f5e453..1db23970e0 100644 --- a/tests/data/test386 +++ b/tests/data/test386 @@ -49,7 +49,7 @@ http HTTP with --json + --next ---json '{ "drink": "coffe" }' http://%HOSTIP:%HTTPPORT/%TESTNUMBER --next http://%HOSTIP:%HTTPPORT/%TESTNUMBER0002 +--json '{ "drink": "coffee" }' http://%HOSTIP:%HTTPPORT/%TESTNUMBER --next http://%HOSTIP:%HTTPPORT/%TESTNUMBER0002 @@ -64,7 +64,7 @@ Content-Type: application/json Accept: application/json Content-Length: 20 -{ "drink": "coffe" }GET /%TESTNUMBER0002 HTTP/1.1 +{ "drink": "coffee" }GET /%TESTNUMBER0002 HTTP/1.1 Host: %HOSTIP:%HTTPPORT User-Agent: curl/%VERSION Accept: */* diff --git a/tests/data/test998 b/tests/data/test998 index cecc952856..c3594913d4 100644 --- a/tests/data/test998 +++ b/tests/data/test998 @@ -62,7 +62,7 @@ http HTTP with auth in URL redirected to another host --x %HOSTIP:%HTTPPORT http://alberto:einstein@somwhere.example/%TESTNUMBER --location-trusted +-x %HOSTIP:%HTTPPORT http://alberto:einstein@somewhere.example/%TESTNUMBER --location-trusted @@ -73,8 +73,8 @@ HTTP with auth in URL redirected to another host QUIT -GET http://somwhere.example/998 HTTP/1.1 -Host: somwhere.example +GET http://somewhere.example/998 HTTP/1.1 +Host: somewhere.example Authorization: Basic %b64[alberto:einstein]b64% User-Agent: curl/%VERSION Accept: */* diff --git a/tests/data/test999 b/tests/data/test999 index e46c2ad51b..4f5fafe6f8 100644 --- a/tests/data/test999 +++ b/tests/data/test999 @@ -52,7 +52,7 @@ http HTTP with auth in first URL but not second --x %HOSTIP:%HTTPPORT http://alberto:einstein@somwhere.example/%TESTNUMBER http://somewhere.else.example/%TESTNUMBER +-x %HOSTIP:%HTTPPORT http://alberto:einstein@somewhere.example/%TESTNUMBER http://somewhere.else.example/%TESTNUMBER @@ -63,8 +63,8 @@ HTTP with auth in first URL but not second QUIT -GET http://somwhere.example/%TESTNUMBER HTTP/1.1 -Host: somwhere.example +GET http://somewhere.example/%TESTNUMBER HTTP/1.1 +Host: somewhere.example Authorization: Basic %b64[alberto:einstein]b64% User-Agent: curl/%VERSION Accept: */*