Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 48b0a1c

Browse files
committed
test_text_plain_in_a_multipart_digest(): A test of the fix for SF bug
#631350, where a subobject in a multipart/digest isn't a message/rfc822.
1 parent 5c9130e commit 48b0a1c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Lib/email/test/test_email.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1494,6 +1494,10 @@ def test_more_rfc2231_parameters(self):
14941494
msg, text = self._msgobj('msg_33.txt')
14951495
self._idempotent(msg, text)
14961496

1497+
def test_text_plain_in_a_multipart_digest(self):
1498+
msg, text = self._msgobj('msg_34.txt')
1499+
self._idempotent(msg, text)
1500+
14971501
def test_content_type(self):
14981502
eq = self.assertEquals
14991503
unless = self.failUnless

0 commit comments

Comments
 (0)