Fixing the build now that emails have been tested.
authorSverre Rabbelier <srabbelier@gmail.com>
Tue, 21 Apr 2009 14:36:47 +0000
changeset 2269 f11596eccd92
parent 2268 60f56f8fb290
child 2270 543f11d7b0e4
Fixing the build now that emails have been tested. Patch by: Augie Fackler
tests/app/soc/views/helper/test_access.py
--- a/tests/app/soc/views/helper/test_access.py	Tue Apr 21 14:25:57 2009 +0000
+++ b/tests/app/soc/views/helper/test_access.py	Tue Apr 21 14:36:47 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: