[web/application/test] drop useless code stable
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 17 Jan 2013 14:40:57 +0100
branchstable
changeset 8650 9a6e80bfad9d
parent 8649 8fbb2f65721e
child 8651 353bbd17a8b6
[web/application/test] drop useless code This is already done in CubicWebTC
web/test/unittest_application.py
--- a/web/test/unittest_application.py	Thu Jan 17 15:11:37 2013 +0100
+++ b/web/test/unittest_application.py	Thu Jan 17 14:40:57 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):