Kaydet (Commit) 8254d398 authored tarafından R. David Murray's avatar R. David Murray

Fix spelling left over from testing.

üst 812e1c80
...@@ -11,7 +11,7 @@ class SmtpSSLTest(unittest.TestCase): ...@@ -11,7 +11,7 @@ class SmtpSSLTest(unittest.TestCase):
remotePort = 465 remotePort = 465
def test_connect(self): def test_connect(self):
test_support.get_attribute(smtplib, 'SMTP_SSLX') test_support.get_attribute(smtplib, 'SMTP_SSL')
server = smtplib.SMTP_SSL(self.testServer, self.remotePort) server = smtplib.SMTP_SSL(self.testServer, self.remotePort)
server.ehlo() server.ehlo()
server.quit() server.quit()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment