web/test/unittest_application.py
changeset 8655 ab57000bff7b
parent 8544 3d049071957e
parent 8650 9a6e80bfad9d
child 8694 d901c36bcfce
--- a/web/test/unittest_application.py	Thu Jan 10 18:31:43 2013 +0100
+++ b/web/test/unittest_application.py	Thu Jan 17 18:30:08 2013 +0100
@@ -154,11 +154,6 @@
 
 
 class ApplicationTC(CubicWebTC):
-    def setUp(self):
-        super(ApplicationTC, self).setUp()
-        def raise_hdlr(*args, **kwargs):
-            raise
-        self.app.error_handler = raise_hdlr
 
     @classproperty
     def config(cls):