Commit 0519fb29 authored by Jérome Perrin's avatar Jérome Perrin

it was a mistake to modify this test


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24517 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent ca1d004b
......@@ -510,7 +510,6 @@ 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