]> granicus.if.org Git - curl/commitdiff
tests: Disabled 889 and 890 until we support POP3 continuation responses
authorSteve Holme <steve_holme@hotmail.com>
Sun, 15 Nov 2015 20:14:46 +0000 (20:14 +0000)
committerSteve Holme <steve_holme@hotmail.com>
Sun, 15 Nov 2015 20:14:46 +0000 (20:14 +0000)
As POP3 final and continuation responses both begin with a + character,
and both the finalcode and contcode variables in SASLprotoc are set as
such, we cannot tell the difference between them when we are expecting
an optional continuation from the server such as the following:

+ something else from the server
+OK final response

Disabled these tests until such a time we can tell the responses apart.

tests/data/DISABLED

index 3874468b056c852b874ffb8ce48957efb4cb99ad..dd8f0356af8a5a151bc6ea0bdc5baae0c170a5d2 100644 (file)
@@ -9,6 +9,8 @@
 1512
 836
 882
+889
+890
 938
 # test 1801 causes problems on Mac OS X and github
 # https://github.com/bagder/curl/issues/380