]> granicus.if.org Git - curl/commit
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)
commit3c4065f4020e946a742330b3d8f2e0da4c511eef
treeea902f1ec200ef4289c75b3a7f7085d64d4ef98d
parentd0ddfe2216e459e9cecc9bacfc132fbf6a3c965d
tests: Disabled 889 and 890 until we support POP3 continuation responses

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