diff --git a/product/ERP5Type/tests/SecurityTestCase.py b/product/ERP5Type/tests/SecurityTestCase.py index 117532e52c01adb625cd9d328bebce98e2e75cab..98d64be2bfe911abfc216e527f0e94ddfd54dbb8 100644 --- a/product/ERP5Type/tests/SecurityTestCase.py +++ b/product/ERP5Type/tests/SecurityTestCase.py @@ -125,7 +125,6 @@ class SecurityTestCase(ERP5TypeTestCase): transaction.abort() self.portal.portal_caches.clearAllCache() ERP5TypeTestCase.tearDown(self) - self.tic() def _loginAsUser(self, username): """Login as a given username. The user must exist.