# HG changeset patch # User Sylvain Thénault # Date 1358430057 -3600 # Node ID 9a6e80bfad9df2bbd89101b3fcf349d208f81fcc # Parent 8fbb2f65721ed4ccf38d27f9a6646aa4e63ae349 [web/application/test] drop useless code This is already done in CubicWebTC diff -r 8fbb2f65721e -r 9a6e80bfad9d 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):