Skip to content

Commit

Permalink
Fixed test names to match new values
Browse files Browse the repository at this point in the history
  • Loading branch information
hannosch committed Oct 17, 2010
1 parent 71a6279 commit 68743cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/AccessControl/tests/testModuleSecurity.py
Expand Up @@ -76,10 +76,10 @@ def test_failed_import_keeps_MSI(self):
guarded_import, 'AccessControl.tests.nonesuch', ())
self.failUnless('AccessControl.tests.nonesuch' in MS)

def test_level_zero(self):
def test_level_default(self):
self.assertAuth('AccessControl.tests.public_module', (), level=-1)

def test_level_nonzero(self):
def test_level_nondefault(self):
self.assertUnauth('AccessControl.tests.public_module', (), level=1)


Expand Down

0 comments on commit 68743cd

Please sign in to comment.