[Erp5-report] r31765 leonardo - /erp5/trunk/products/ERP5OOo/tests/testDeferredStyle.py

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Jan 14 22:54:44 CET 2010


Author: leonardo
Date: Thu Jan 14 22:54:43 2010
New Revision: 31765

URL: http://svn.erp5.org?rev=31765&view=rev
Log:
Force e-mail address normalization on test

Modified:
    erp5/trunk/products/ERP5OOo/tests/testDeferredStyle.py

Modified: erp5/trunk/products/ERP5OOo/tests/testDeferredStyle.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5OOo/tests/testDeferredStyle.py?rev=31765&r1=31764&r2=31765&view=diff
==============================================================================
--- erp5/trunk/products/ERP5OOo/tests/testDeferredStyle.py [utf8] (original)
+++ erp5/trunk/products/ERP5OOo/tests/testDeferredStyle.py [utf8] Thu Jan 14 22:54:43 2010
@@ -45,7 +45,10 @@
   attachment_file_extension = ''
   username = 'bob'
   password = 'bobpwd'
-  first_name = 'Bob'
+  # the weird '<' char is to force quoting of the first name on the e-mail
+  # address. Zope 2.12 only surrounds names with quotes if they really need
+  # quoting.
+  first_name = 'Bob<Par'
 
   def getTitle(self):
     return 'Test Deferred Style'




More information about the Erp5-report mailing list