[Erp5-report] r24159 - /erp5/trunk/products/ERP5/tests/testCRM.py

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Oct 13 13:33:37 CEST 2008


Author: jerome
Date: Mon Oct 13 13:33:35 2008
New Revision: 24159

URL: http://svn.erp5.org?rev=24159&view=rev
Log:
tests that the title of the event is set to the originial subject

Modified:
    erp5/trunk/products/ERP5/tests/testCRM.py

Modified: erp5/trunk/products/ERP5/tests/testCRM.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/tests/testCRM.py?rev=24159&r1=24158&r2=24159&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/tests/testCRM.py (original)
+++ erp5/trunk/products/ERP5/tests/testCRM.py Mon Oct 13 13:33:35 2008
@@ -511,6 +511,7 @@
     self.assertEqual(document.getContentInformation().get('To'), 'crm at 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):
     """




More information about the Erp5-report mailing list