Commit 422b6e27 authored by Romain Courteaud's avatar Romain Courteaud

Use a non ASCII username.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21242 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 370eebef
......@@ -278,7 +278,7 @@ class TestLocalRoleManagement(ERP5TypeTestCase):
self.portal.organisation_module.manage_permission(
'Add portal content', roles=['Member', 'Manager'], acquire=1)
self.username = 'username'
self.username = 'usérn@me'
# create a user and open an assignement
pers = self.getPersonModule().newContent(portal_type='Person',
reference=self.username,
......
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