From b11d3b09cc201660da5187768c186bed5f115d05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com> Date: Mon, 13 Oct 2008 11:33:35 +0000 Subject: [PATCH] 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 --- product/ERP5/tests/testCRM.py | 1 + 1 file changed, 1 insertion(+) diff --git a/product/ERP5/tests/testCRM.py b/product/ERP5/tests/testCRM.py index b758401bcb..ae68855a8c 100644 --- a/product/ERP5/tests/testCRM.py +++ b/product/ERP5/tests/testCRM.py @@ -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): """ -- 2.30.9