[Python-checkins] python/dist/src/Lib/email/test test_email.py,1.40,1.41

bwarsaw@users.sourceforge.net bwarsaw@users.sourceforge.net
2003年3月10日 09:00:51 -0800


Update of /cvsroot/python/python/dist/src/Lib/email/test
In directory sc8-pr-cvs1:/tmp/cvs-serv11609
Modified Files:
	test_email.py 
Log Message:
Fix base class
Index: test_email.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/email/test/test_email.py,v
retrieving revision 1.40
retrieving revision 1.41
diff -C2 -d -r1.40 -r1.41
*** test_email.py	10 Mar 2003 16:59:34 -0000	1.40
--- test_email.py	10 Mar 2003 17:00:43 -0000	1.41
***************
*** 1007,1011 ****
 
 # Test a more complicated multipart/mixed type message
! class TestMultipartMixed(unittest.TestCase):
 def setUp(self):
 fp = openfile('PyBanner048.gif')
--- 1007,1011 ----
 
 # Test a more complicated multipart/mixed type message
! class TestMultipartMixed(TestEmailBase):
 def setUp(self):
 fp = openfile('PyBanner048.gif')

AltStyle によって変換されたページ (->オリジナル) /