Force e-mail address normalization on test

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31765 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent f9ccebed
......@@ -45,7 +45,10 @@ class TestDeferredStyle(ERP5TypeTestCase, ZopeTestCase.Functional):
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'
......
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