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

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Oct 14 14:19:43 CEST 2010


Author: nicolas
Date: Thu Oct 14 14:19:42 2010
New Revision: 39134

URL: http://svn.erp5.org?rev=39134&view=rev
Log:
Check that capitalized string in domain of email address still work

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=39134&r1=39133&r2=39134&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/tests/testCRM.py [utf8] (original)
+++ erp5/trunk/products/ERP5/tests/testCRM.py [utf8] Thu Oct 14 14:19:42 2010
@@ -442,6 +442,8 @@ class TestCRMMailIngestion(BaseTestCRM):
                                                         'person_module/he']),
       # multiple e-mails in the "Name" part that shouldn't be parsed
       ('"me at erp5.org,sender at customer.com," <he at erp5.org>', ['person_module/he']),
+      # capitalised version
+      ('"me at erp5.org,sEnder at CUSTOMER.cOm," <he at ERP5.OrG>', ['person_module/he']),
       # a < sign
       ('"He<" <he at erp5.org>', ['person_module/he']),
     )




More information about the Erp5-report mailing list