# HG changeset patch # User Augie Fackler # Date 1240278312 0 # Node ID 4c017cd9733cc33848b56add5baf62c496dd6f73 # Parent 4e2d1334a3628dc6890d41e944ec777604f4802f Fixing the build now that emails have been tested. Patch by: Augie Fackler 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: