From 44a1426908bc53980e22ad30b6b75316e6837184 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Calonne?= <aurel@nexedi.com> Date: Thu, 14 Oct 2010 12:42:15 +0000 Subject: [PATCH] this does not have to be tested after a clone git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39137 20353a03-c40f-0410-a6d1-a30d3c3de9de --- 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 8dfdf3b43b..6eba62a4d1 100644 --- a/product/ERP5/tests/testCRM.py +++ b/product/ERP5/tests/testCRM.py @@ -526,7 +526,6 @@ class TestCRMMailIngestion(BaseTestCRM): self.assertEquals('Hello,\nContent of the mail.\n', str(new_event.getTextContent())) self.assertEquals('Mail Message', new_event.getPortalType()) self.assertEquals('text/plain', new_event.getContentType()) - self.assertEquals('message/rfc822', new_event._baseGetContentType()) # check if parsing of metadata from content is working content_dict = {'source_list': ['person_module/sender'], 'destination_list': ['person_module/me', -- 2.30.9