Intentionally breaking the build so that we can verify BuildBot will send email.
authorAugie Fackler <durin42@gmail.com>
Tue, 21 Apr 2009 01:38:04 +0000
changeset 2266 4e2d1334a362
parent 2265 bfaadb6ab559
child 2267 4c017cd9733c
Intentionally breaking the build so that we can verify BuildBot will send email. Patch by: Augie Fackler
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: