[Erp5-report] r21242 - /erp5/trunk/products/ERP5Security/tests/testERP5Security.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Fri May 30 15:18:54 CEST 2008
Author: romain
Date: Fri May 30 15:18:54 2008
New Revision: 21242
URL: http://svn.erp5.org?rev=21242&view=rev
Log:
Use a non ASCII username.
Modified:
erp5/trunk/products/ERP5Security/tests/testERP5Security.py
Modified: erp5/trunk/products/ERP5Security/tests/testERP5Security.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Security/tests/testERP5Security.py?rev=21242&r1=21241&r2=21242&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Security/tests/testERP5Security.py (original)
+++ erp5/trunk/products/ERP5Security/tests/testERP5Security.py Fri May 30 15:18:54 2008
@@ -278,7 +278,7 @@
self.portal.organisation_module.manage_permission(
'Add portal content', roles=['Member', 'Manager'], acquire=1)
- self.username = 'username'
+ self.username = 'usérn at me'
# create a user and open an assignement
pers = self.getPersonModule().newContent(portal_type='Person',
reference=self.username,
More information about the Erp5-report
mailing list