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:
parent
5c9130ec46
commit
48b0a1c603
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue