]> granicus.if.org Git - python/commitdiff
Merged revisions 80353 via svnmerge from
authorEzio Melotti <ezio.melotti@gmail.com>
Thu, 22 Apr 2010 11:30:51 +0000 (11:30 +0000)
committerEzio Melotti <ezio.melotti@gmail.com>
Thu, 22 Apr 2010 11:30:51 +0000 (11:30 +0000)
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r80353 | ezio.melotti | 2010-04-22 14:29:27 +0300 (Thu, 22 Apr 2010) | 9 lines

  Merged revisions 80350 via svnmerge from
  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 duplicate test in test_email.
  ........
................

Lib/email/test/test_email.py

index 2ce2e8c1a7cae4e18489b891a4b2f3d0120b34e8..815ddd30c7c32890b344b60c1f30de3577dc3cd4 100644 (file)
@@ -514,11 +514,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