summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/data/DISABLED2
-rw-r--r--tests/data/test14307
-rw-r--r--tests/data/test14315
3 files changed, 10 insertions, 4 deletions
diff --git a/tests/data/DISABLED b/tests/data/DISABLED
index c6998993d..792bfb090 100644
--- a/tests/data/DISABLED
+++ b/tests/data/DISABLED
@@ -65,8 +65,6 @@
1156
1160
1417
-1430
-1431
1455
1456
1525
diff --git a/tests/data/test1430 b/tests/data/test1430
index 3dbeae856..8ed513c60 100644
--- a/tests/data/test1430
+++ b/tests/data/test1430
@@ -7,7 +7,7 @@ HTTP GET
</info>
<reply>
-<data>
+<data nocheck="yes">
HTTP/1.1 -12 OK
Date: Tue, 09 Nov 2010 14:49:00 GMT
Server: test-server/fake
@@ -47,5 +47,10 @@ User-Agent: curl/%VERSION
Accept: */*
</protocol>
+# 1 - CURLE_UNSUPPORTED_PROTOCOL
+# Due to invalid HTTP response code
+<errorcode>
+1
+</errorcode>
</verify>
</testcase>
diff --git a/tests/data/test1431 b/tests/data/test1431
index be6277d89..26cf4aaf7 100644
--- a/tests/data/test1431
+++ b/tests/data/test1431
@@ -7,7 +7,7 @@ HTTP GET
</info>
<reply>
-<data>
+<data nocheck="yes">
HTTP/1.1 2 OK
Date: Tue, 09 Nov 2010 14:49:00 GMT
Server: test-server/fake
@@ -47,5 +47,8 @@ User-Agent: curl/%VERSION
Accept: */*
</protocol>
+<errorcode>
+1
+</errorcode>
</verify>
</testcase>