Commit d8fe4af3 authored by Sebastien Robin's avatar Sebastien Robin

this is not an expectedFailure any more since commit bdb0dd19

parent ef3ab86c
......@@ -977,7 +977,6 @@ class TestCRMMailSend(BaseTestCRM):
self.assertNotEqual(part, None)
self.assertEqual('<html><body>%s</body></html>' % text_content, part.get_payload(decode=True))
@expectedFailure
def test_MailMessageHTMLbis(self):
# test sending a mail message edited as HTML (the default with FCKEditor),
# then the mail should have HTML
......
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