From 5f2e3b886759e0822ff31c36ef10ca8df59fcf59 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sun, 19 Jun 2016 23:52:01 +0200 Subject: tests: fix the HTTP/2 tests The HTTP/2 tests brought with commit bf05606ef1f 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 section in test cases. 1700, 1701 and 1702 were updated accordingly. --- tests/data/test1700 | 2 +- tests/data/test1701 | 2 +- tests/data/test1702 | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/data') diff --git a/tests/data/test1700 b/tests/data/test1700 index 1549cb914..9ab46c9cd 100644 --- a/tests/data/test1700 +++ b/tests/data/test1700 @@ -40,7 +40,7 @@ Content-Type: text/html http -http2 +http/2 HTTP/2 GET with Upgrade: diff --git a/tests/data/test1701 b/tests/data/test1701 index 621c82d82..494328877 100644 --- a/tests/data/test1701 +++ b/tests/data/test1701 @@ -31,7 +31,7 @@ Funny-head: yesyes http -http2 +http/2 HTTP/2 POST with Upgrade: diff --git a/tests/data/test1702 b/tests/data/test1702 index cf7f26cd7..903a737c9 100644 --- a/tests/data/test1702 +++ b/tests/data/test1702 @@ -30,7 +30,7 @@ Funny-head: yesyes http -http2 +http/2 HTTP/2 HEAD with Upgrade: -- cgit v1.2.3