diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2017-01-12 11:53:20 +0100 |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2017-01-12 11:53:20 +0100 |
commit | 798ad2742b6523250e5477557e3cc2588d6e6475 (patch) | |
tree | b7a9868ed00acb4d0696f3bcd267ee65d00accb5 /Lib/test/test_imaplib.py | |
parent | 89483ba1355ee170513fae6b2bb909e8f9238080 (diff) | |
parent | 12c4aba1a0fbd934a66d6b97c29c36d7de14e755 (diff) | |
download | cpython-git-798ad2742b6523250e5477557e3cc2588d6e6475.tar.gz |
Merge 3.6
Diffstat (limited to 'Lib/test/test_imaplib.py')
-rw-r--r-- | Lib/test/test_imaplib.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_imaplib.py b/Lib/test/test_imaplib.py index f451930566..fac6b57081 100644 --- a/Lib/test/test_imaplib.py +++ b/Lib/test/test_imaplib.py @@ -477,7 +477,7 @@ class NewIMAPTests(NewIMAPTestsMixin, unittest.TestCase): @unittest.skipUnless(ssl, "SSL not available") class NewIMAPSSLTests(NewIMAPTestsMixin, unittest.TestCase): - imap_class = imaplib.IMAP4_SSL + imap_class = IMAP4_SSL server_class = SecureTCPServer def test_ssl_raises(self): |