# HG changeset patch # User Sverre Rabbelier # Date 1240323957 0 # Node ID 60f56f8fb2909b8874e7843135e23dff78fb0504 # Parent 4c017cd9733cc33848b56add5baf62c496dd6f73 Intentionally breaking the build so that we can verify BuildBot will send email. Patch by: Augie Fackler diff -r 4c017cd9733c -r 60f56f8fb290 tests/app/soc/views/helper/test_access.py --- a/tests/app/soc/views/helper/test_access.py Tue Apr 21 01:45:12 2009 +0000 +++ b/tests/app/soc/views/helper/test_access.py Tue Apr 21 14:25:57 2009 +0000 @@ -32,6 +32,7 @@ self.rights = access.Checker(None) def testAllow(self): + assert False try: self.rights.allow(self.test_context) except out_of_band.Error: