summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2021-10-24 23:13:14 +0200
committerDaniel Stenberg <daniel@haxx.se>2021-10-24 23:13:14 +0200
commit1b5cc1adaf9ed971d71e54957a046a3ce8be5ac1 (patch)
treec059fa49be6e6ce5c952870002ef44c747b59bea
parent6d071c8b5a9e7d99e8789369c940efc2f899e01c (diff)
downloadcurl-bagder/enable-tests-hyper.tar.gz
tests: enable more tests with hyperbagder/enable-tests-hyper
Adjusted 1144, 1164 and 1176.
-rw-r--r--tests/data/DISABLED10
-rw-r--r--tests/data/test11444
-rw-r--r--tests/data/test11644
-rw-r--r--tests/data/test117646
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
<client>
+# hyper doesn't support HTTP/0.9
+<features>
+!hyper
+</features>
<server>
http
</server>
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
<client>
+# hyper doesn't support HTTP/0.9
+<features>
+!hyper
+</features>
<server>
http
</server>
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
<reply>
<data nocheck="yes">
-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-
</data>
</reply>
@@ -31,7 +31,7 @@ Funny-head: yesyes
http
</server>
<name>
-HTTP GET
+--output using #0
</name>
<command option="no-output">
http://%HOSTIP:%HTTPPORT/%TESTNUMBER -o 'log/base-#0'
@@ -49,17 +49,17 @@ Accept: */*
</protocol>
<file name="log/base-#0">
-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-
</file>
</verify>