From 39cbad11badcb2e31df39da18cbe2c57a27281ac Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Wed, 6 May 2009 05:25:53 +0000 Subject: Thinko. --- repoze/bfg/tests/test_security.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'repoze/bfg/tests/test_security.py') diff --git a/repoze/bfg/tests/test_security.py b/repoze/bfg/tests/test_security.py index 20ec1d4db..03a466e7c 100644 --- a/repoze/bfg/tests/test_security.py +++ b/repoze/bfg/tests/test_security.py @@ -356,7 +356,7 @@ class TestInheritingACLSecurityPolicy(unittest.TestCase): policy = self._makeOne(lambda *arg: None) result = sorted( policy.principals_allowed_by_permission(context, 'read')) - self.assertEqual(result, ['chrism', 'other']) + self.assertEqual(result, ['chrism']) def test_principals_allowed_by_permission(self): from repoze.bfg.security import Allow -- cgit v1.2.3