Intentionally breaking the build so that we can verify BuildBot will send email.
authorSverre Rabbelier <srabbelier@gmail.com>
Tue, 21 Apr 2009 14:25:57 +0000
changeset 2268 60f56f8fb290
parent 2267 4c017cd9733c
child 2269 f11596eccd92
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	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: