author | Sylvain Thénault <sylvain.thenault@logilab.fr> |
Wed, 09 Mar 2011 18:26:43 +0100 | |
branch | stable |
changeset 7066 | 7baf7515c3b9 |
parent 7065 | 6a6ea9966931 |
child 7067 | f239da8e7c39 |
--- a/devtools/httptest.py Tue Dec 07 12:18:20 2010 +0100 +++ b/devtools/httptest.py Wed Mar 09 18:26:43 2011 +0100 @@ -189,6 +189,6 @@ @classmethod def init_config(cls, config): - super(CubicWebServerTC, cls).init_config(config) if not cls.anonymous_logged: config.anonymous_credential = None + super(CubicWebServerTC, cls).init_config(config)