diff -r 60f56f8fb290 -r f11596eccd92 tests/app/soc/views/helper/test_access.py --- a/tests/app/soc/views/helper/test_access.py Tue Apr 21 14:25:57 2009 +0000 +++ b/tests/app/soc/views/helper/test_access.py Tue Apr 21 14:36:47 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: