Commit 48b0a1c6 authored by Barry Warsaw's avatar Barry Warsaw

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.
parent 5c9130ec
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment