[Python-checkins] cpython: Issue 12139: ftplib - remove 'post CCC' test to fix various buildot failures

giampaolo.rodola python-checkins at python.org
Thu Jun 30 18:34:51 CEST 2011


http://hg.python.org/cpython/rev/0cef8cac71c8
changeset:   71100:0cef8cac71c8
user:        Giampaolo Rodola' <g.rodola at gmail.com>
date:        Thu Jun 30 18:34:41 2011 +0200
summary:
  Issue 12139: ftplib - remove 'post CCC' test to fix various buildot failures due to dummy test server not properly handling SSL shutdown(), see http://bugs.python.org/msg139499

files:
  Lib/test/test_ftplib.py |  2 --
  1 files changed, 0 insertions(+), 2 deletions(-)


diff --git a/Lib/test/test_ftplib.py b/Lib/test/test_ftplib.py
--- a/Lib/test/test_ftplib.py
+++ b/Lib/test/test_ftplib.py
@@ -887,8 +887,6 @@
         self.assertIsInstance(self.client.sock, ssl.SSLSocket)
         self.client.ccc()
         self.assertRaises(ValueError, self.client.sock.unwrap)
-        self.client.sendcmd('noop')
-        self.client.quit()
 
 
 class TestTimeouts(TestCase):

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list