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.
This commit is contained in:
Barry Warsaw 2002-11-05 21:04:52 +00:00
parent 5c9130ec46
commit 48b0a1c603
1 changed files with 4 additions and 0 deletions

View File

@ -1494,6 +1494,10 @@ class TestIdempotent(TestEmailBase):
msg, text = self._msgobj('msg_33.txt')
self._idempotent(msg, text)
def test_text_plain_in_a_multipart_digest(self):
msg, text = self._msgobj('msg_34.txt')
self._idempotent(msg, text)
def test_content_type(self):
eq = self.assertEquals
unless = self.failUnless