From 8a94aedbd6c0afe0da7d27aac6f5a16d8eff60a1 Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Sun, 24 Nov 2013 10:59:59 +0000 Subject: 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. --- tests/data/test876 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tests/data/test876') diff --git a/tests/data/test876 b/tests/data/test876 index 2050ba174..8cac5a4d0 100644 --- a/tests/data/test876 +++ b/tests/data/test876 @@ -43,11 +43,13 @@ pop3://%HOSTIP:%POP3PORT/876 -u user:secret 67 +# +# The multi interface considers a broken "CONNECT" as a prematurely broken +# transfer and such a connection will not get a "QUIT" CAPA AUTH CRAM-MD5 * -QUIT -- cgit v1.2.3