Commit b11d3b09 authored by Jérome Perrin's avatar Jérome Perrin

tests that the title of the event is set to the originial subject


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24159 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 70f928d4
......@@ -511,6 +511,7 @@ class TestCRMMailIngestion(ERP5TypeTestCase):
self.assertEqual(document.getContentInformation().get('To'), 'crm@erp5.org')
self.assertEqual(document.getSourceValue().getTitle(), 'Sender')
self.assertEqual(document.getDestinationValue().getTitle(), 'Me')
self.assertEqual(document.getTitle(), 'Simple Mail Test')
def test_forwarder_mail_with_attachment(self):
"""
......
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