diff -r 4e2d1334a362 -r 4c017cd9733c tests/app/soc/views/helper/test_access.py --- a/tests/app/soc/views/helper/test_access.py Tue Apr 21 01:38:04 2009 +0000 +++ b/tests/app/soc/views/helper/test_access.py Tue Apr 21 01:45:12 2009 +0000 @@ -32,7 +32,6 @@ self.rights = access.Checker(None) def testAllow(self): - assert False try: self.rights.allow(self.test_context) except out_of_band.Error: