mirror of
https://github.com/curl/curl.git
synced 2026-08-24 13:43:32 +03:00
tests: Removed expected QUIT response from graceful cancellation tests
A failure during authentication, which is performed as part of the CONNECT phrase (for IMAP, POP3 and SMTP) is considered by the multi- interface as being closed prematurely (aka a dead connection). As such these protocols cannot issue the relevant QUIT or LOGOUT command. Temporarily fixed the test cases until we can fix this properly.
This commit is contained in:
parent
95877cf8ae
commit
8a94aedbd6
9 changed files with 27 additions and 9 deletions
|
|
@ -41,11 +41,13 @@ IMAP CRAM-MD5 graceful cancellation
|
|||
<errorcode>
|
||||
67
|
||||
</errorcode>
|
||||
#
|
||||
# The multi interface considers a broken "CONNECT" as a prematurely broken
|
||||
# transfer and such a connection will not get a "LOGOUT"
|
||||
<protocol>
|
||||
A001 CAPABILITY
|
||||
A002 AUTHENTICATE CRAM-MD5
|
||||
*
|
||||
A003 LOGOUT
|
||||
</protocol>
|
||||
</verify>
|
||||
</testcase>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue