[Python-checkins] python/dist/src/Lib/email/test test_email.py, 1.50.10.3, 1.50.10.4 (original) (raw)
bwarsaw at users.sourceforge.net bwarsaw at users.sourceforge.net
Thu May 13 19:13:27 EDT 2004
- Previous message: [Python-Dev] RE: [Python-checkins] python/dist/src/Lib/email Parser.py, 1.20, 1.20.12.1
- Next message: [Python-checkins] python/dist/src/Lib/email/test/data msg_40.txt, NONE, 1.1.2.1
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Update of /cvsroot/python/python/dist/src/Lib/email/test In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6567
Modified Files: Tag: release23-maint test_email.py Log Message: test_boundary_in_non_multipart(): Added a test for SF bug # 846938.
Index: test_email.py
RCS file: /cvsroot/python/python/dist/src/Lib/email/test/test_email.py,v retrieving revision 1.50.10.3 retrieving revision 1.50.10.4 diff -C2 -d -r1.50.10.3 -r1.50.10.4 *** test_email.py 9 May 2004 18:00:56 -0000 1.50.10.3 --- test_email.py 13 May 2004 23:13:24 -0000 1.50.10.4
*** 1177,1180 **** --- 1177,1195 ---- ''')
def test_boundary_in_non_multipart(self):
msg = self._msgobj('msg_40.txt')
self.assertEqual(msg.as_string(), '''\
- MIME-Version: 1.0
- Content-Type: text/html; boundary="--961284236552522269"
- ----961284236552522269
- Content-Type: text/html;
- Content-Transfer-Encoding: 7Bit
- ----961284236552522269--
- ''')
- Previous message: [Python-Dev] RE: [Python-checkins] python/dist/src/Lib/email Parser.py, 1.20, 1.20.12.1
- Next message: [Python-checkins] python/dist/src/Lib/email/test/data msg_40.txt, NONE, 1.1.2.1
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]