]> granicus.if.org Git - curl/commit
tests: Removed expected QUIT response from graceful cancellation tests
authorSteve Holme <steve_holme@hotmail.com>
Sun, 24 Nov 2013 10:59:59 +0000 (10:59 +0000)
committerSteve Holme <steve_holme@hotmail.com>
Sun, 24 Nov 2013 11:03:40 +0000 (11:03 +0000)
commit8a94aedbd6c0afe0da7d27aac6f5a16d8eff60a1
treea2e337135f700d3d835fb62e061ee805e133474a
parent95877cf8ae5bf5fdfd184ca7170e4a967185d846
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/test830
tests/data/test831
tests/data/test832
tests/data/test876
tests/data/test877
tests/data/test878
tests/data/test932
tests/data/test933
tests/data/test934