]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Merged revisions 80350 via svnmerge from
authorEzio Melotti <ezio.melotti@gmail.com>
Thu, 22 Apr 2010 11:26:43 +0000 (11:26 +0000)
committerEzio Melotti <ezio.melotti@gmail.com>
Thu, 22 Apr 2010 11:26:43 +0000 (11:26 +0000)
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r80350 | ezio.melotti | 2010-04-22 14:23:31 +0300 (Thu, 22 Apr 2010) | 1 line

  #8474: fix duplicated test in test_email.
........

Lib/email/test/test_email.py

index 7c15a7cfe87416eb7b1d013c24c2ee7a811d61a8..18a1480dbfe1da952db1ec06faf6b2db01c51df3 100644 (file)
@@ -539,11 +539,6 @@ class TestEncoders(unittest.TestCase):
         msg.set_charset('us-ascii')
         eq(msg['content-transfer-encoding'], '7bit')
 
-    def test_default_cte(self):
-        eq = self.assertEqual
-        msg = MIMEText('hello world')
-        eq(msg['content-transfer-encoding'], '7bit')
-
     def test_default_cte(self):
         eq = self.assertEqual
         # With no explicit _charset its us-ascii, and all are 7-bit