Fixing the build now that emails have been tested.
authorAugie Fackler <durin42@gmail.com>
Tue, 21 Apr 2009 01:45:12 +0000
changeset 2267 4c017cd9733c
parent 2266 4e2d1334a362
child 2268 60f56f8fb290
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 01:38:04 2009 +0000
+++ b/tests/app/soc/views/helper/test_access.py	Tue Apr 21 01:45:12 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: