From d8fe4af3a80ece4190db54441a3ec23459cc122b Mon Sep 17 00:00:00 2001
From: Sebastien Robin <seb@nexedi.com>
Date: Fri, 11 May 2012 15:01:08 +0200
Subject: [PATCH] this is not an expectedFailure any more since commit 
 bdb0dd19f52c

---
 product/ERP5/tests/testCRM.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/product/ERP5/tests/testCRM.py b/product/ERP5/tests/testCRM.py
index 9ec7367135..e108ba28a7 100644
--- a/product/ERP5/tests/testCRM.py
+++ b/product/ERP5/tests/testCRM.py
@@ -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
-- 
2.30.9