From 1b5cc1adaf9ed971d71e54957a046a3ce8be5ac1 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sun, 24 Oct 2021 23:13:14 +0200 Subject: tests: enable more tests with hyper Adjusted 1144, 1164 and 1176. --- tests/data/DISABLED | 10 ---------- tests/data/test1144 | 4 ++++ tests/data/test1164 | 4 ++++ tests/data/test1176 | 46 +++++++++++++++++++++++----------------------- 4 files changed, 31 insertions(+), 33 deletions(-) diff --git a/tests/data/DISABLED b/tests/data/DISABLED index 46f135426..cc598a52e 100644 --- a/tests/data/DISABLED +++ b/tests/data/DISABLED @@ -61,19 +61,9 @@ 672 673 718 -1008 1021 -1060 -1061 -1070 -1071 -1077 -1078 -1144 1156 1160 -1164 -1176 1266 1267 1287 diff --git a/tests/data/test1144 b/tests/data/test1144 index 1fc852b22..7e2242be8 100644 --- a/tests/data/test1144 +++ b/tests/data/test1144 @@ -40,6 +40,10 @@ verify # # Client-side +# hyper doesn't support HTTP/0.9 + +!hyper + http diff --git a/tests/data/test1164 b/tests/data/test1164 index 6140c2ec8..aedd6c97d 100644 --- a/tests/data/test1164 +++ b/tests/data/test1164 @@ -22,6 +22,10 @@ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA== # # Client-side +# hyper doesn't support HTTP/0.9 + +!hyper + http diff --git a/tests/data/test1176 b/tests/data/test1176 index bc3711c56..d2471e168 100644 --- a/tests/data/test1176 +++ b/tests/data/test1176 @@ -9,17 +9,17 @@ globbing # Server-side -HTTP/1.1 200 OK -Date: Tue, 09 Nov 2010 14:49:00 GMT -Server: test-server/fake -Last-Modified: Tue, 13 Jun 2000 12:10:00 GMT -ETag: "21025-dc7-39462498" -Accept-Ranges: bytes -Content-Length: 6 -Connection: close -Content-Type: text/html -Funny-head: yesyes - +HTTP/1.1 200 OK +Date: Tue, 09 Nov 2010 14:49:00 GMT +Server: test-server/fake +Last-Modified: Tue, 13 Jun 2000 12:10:00 GMT +ETag: "21025-dc7-39462498" +Accept-Ranges: bytes +Content-Length: 6 +Connection: close +Content-Type: text/html +Funny-head: yesyes + -foo- @@ -31,7 +31,7 @@ Funny-head: yesyes http -HTTP GET +--output using #0 http://%HOSTIP:%HTTPPORT/%TESTNUMBER -o 'log/base-#0' @@ -49,17 +49,17 @@ Accept: */* -HTTP/1.1 200 OK -Date: Tue, 09 Nov 2010 14:49:00 GMT -Server: test-server/fake -Last-Modified: Tue, 13 Jun 2000 12:10:00 GMT -ETag: "21025-dc7-39462498" -Accept-Ranges: bytes -Content-Length: 6 -Connection: close -Content-Type: text/html -Funny-head: yesyes - +HTTP/1.1 200 OK +Date: Tue, 09 Nov 2010 14:49:00 GMT +Server: test-server/fake +Last-Modified: Tue, 13 Jun 2000 12:10:00 GMT +ETag: "21025-dc7-39462498" +Accept-Ranges: bytes +Content-Length: 6 +Connection: close +Content-Type: text/html +Funny-head: yesyes + -foo- -- cgit v1.2.1