[Erp5-report] r24845 - /erp5/trunk/products/ERP5Security/tests/testERP5Security.py

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Dec 9 12:53:00 CET 2008


Author: jerome
Date: Tue Dec  9 12:52:44 2008
New Revision: 24845

URL: http://svn.erp5.org?rev=24845&view=rev
Log:
fix a copy / paste docstring

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=24845&r1=24844&r2=24845&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Security/tests/testERP5Security.py [utf8] (original)
+++ erp5/trunk/products/ERP5Security/tests/testERP5Security.py [utf8] Tue Dec  9 12:52:44 2008
@@ -203,7 +203,7 @@
     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')
   




More information about the Erp5-report mailing list