]> granicus.if.org Git - python/commitdiff
Fix base class
authorBarry Warsaw <barry@python.org>
Mon, 10 Mar 2003 17:00:43 +0000 (17:00 +0000)
committerBarry Warsaw <barry@python.org>
Mon, 10 Mar 2003 17:00:43 +0000 (17:00 +0000)
Lib/email/test/test_email.py

index c307888b7c5006841766df95d0931ea7b749eb94..3c382cb29216325a41b3a014425050b6e019e237 100644 (file)
@@ -1006,7 +1006,7 @@ class TestMIMEText(unittest.TestCase):
 
 \f
 # Test a more complicated multipart/mixed type message
-class TestMultipartMixed(unittest.TestCase):
+class TestMultipartMixed(TestEmailBase):
     def setUp(self):
         fp = openfile('PyBanner048.gif')
         try: