Commit 842fbe9f authored by Jérome Perrin's avatar Jérome Perrin

fix a copy / paste docstring


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24845 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 9980596d
......@@ -203,7 +203,7 @@ class TestUserManagement(ERP5TypeTestCase):
self._assertUserDoesNotExists('another_user', '')
def test_PersonWithEmptyLoginAreNotUsers(self):
"""Tests a person with a login & password is a valid user."""
"""Tests a person with empty login & password is a valid user."""
self._makePerson(reference='', password='secret')
self._assertUserDoesNotExists('', 'secret')
......
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