From c9fc00e9e5c0611107832e388eeaeaf85cd9754a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com> Date: Thu, 27 Jul 2006 06:26:22 +0000 Subject: [PATCH] two tests methods were using the same name git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@8822 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5Security/tests/testERP5Security.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/product/ERP5Security/tests/testERP5Security.py b/product/ERP5Security/tests/testERP5Security.py index 367b7bd4b0..6fd7f228d1 100644 --- a/product/ERP5Security/tests/testERP5Security.py +++ b/product/ERP5Security/tests/testERP5Security.py @@ -173,7 +173,7 @@ class TestERP5Security(ERP5TypeTestCase): 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) -- 2.30.9