tests: fix the HTTP/2 tests

The HTTP/2 tests brought with commit bf05606ef1 were using the internal
name 'http2' for the HTTP/2 server, while in fact that name was already
used for the second instance of the HTTP server. This made tests using
the second instance (like test 2050) fail after a HTTP/2 test had run.

The server is now known as HTTP/2 internally and within the <server>
section in test cases. 1700, 1701 and 1702 were updated accordingly.
This commit is contained in:
Daniel Stenberg 2016-06-19 23:52:01 +02:00
parent bb4e7921e7
commit 5f2e3b8867
6 changed files with 16 additions and 14 deletions

View file

@ -40,7 +40,7 @@ Content-Type: text/html
<client>
<server>
http
http2
http/2
</server>
<name>
HTTP/2 GET with Upgrade:

View file

@ -31,7 +31,7 @@ Funny-head: yesyes
<client>
<server>
http
http2
http/2
</server>
<name>
HTTP/2 POST with Upgrade:

View file

@ -30,7 +30,7 @@ Funny-head: yesyes
<client>
<server>
http
http2
http/2
</server>
<name>
HTTP/2 HEAD with Upgrade: