# HG changeset patch # User Augie Fackler # Date 1240277884 0 # Node ID 4e2d1334a3628dc6890d41e944ec777604f4802f # Parent bfaadb6ab5593003980a81c85edb5aeff8283b4a Intentionally breaking the build so that we can verify BuildBot will send email. Patch by: Augie Fackler diff -r bfaadb6ab559 -r 4e2d1334a362 tests/app/soc/views/helper/test_access.py --- a/tests/app/soc/views/helper/test_access.py Mon Apr 20 22:52:51 2009 +0000 +++ b/tests/app/soc/views/helper/test_access.py Tue Apr 21 01:38:04 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: