Commit 44a14269 authored by Aurel's avatar Aurel

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
parent ad3d4f5d
......@@ -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',
......
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