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

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Jul 27 08:26:24 CEST 2006


Author: jerome
Date: Thu Jul 27 08:26:22 2006
New Revision: 8822

URL: http://svn.erp5.org?rev=8822&view=rev
Log:
two tests methods were using the same name


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=8822&r1=8821&r2=8822&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Security/tests/testERP5Security.py (original)
+++ erp5/trunk/products/ERP5Security/tests/testERP5Security.py Thu Jul 27 08:26:22 2006
@@ -173,7 +173,7 @@
     self._makePerson(reference='', password='secret', career_role='internal')
     self._assertUserDoesNotExists('', 'secret')
   
-  def test_PersonWithSuperUserLogin(self, run=RUN_ALL_TESTS):
+  def test_PersonWithSuperUserLoginCannotBeCreated(self, run=RUN_ALL_TESTS):
     """Tests one cannot create person with the "super user" special login."""
     from Products.ERP5Security.ERP5UserManager import SUPER_USER
     self.assertRaises(RuntimeError, self._makePerson, reference=SUPER_USER)




More information about the Erp5-report mailing list