author | Sylvain Thénault <sylvain.thenault@logilab.fr> |
Thu, 17 Jan 2013 14:40:57 +0100 | |
branch | stable |
changeset 8650 | 9a6e80bfad9d |
parent 8649 | 8fbb2f65721e |
child 8651 | 353bbd17a8b6 |
--- 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):