Commit 607f46b8 authored by Jérome Perrin's avatar Jérome Perrin

It's too late to tic after tearDown, all connections have been closed. Anyway,

I don't think this test case has to tic.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30098 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 4c74e532
...@@ -125,7 +125,6 @@ class SecurityTestCase(ERP5TypeTestCase): ...@@ -125,7 +125,6 @@ class SecurityTestCase(ERP5TypeTestCase):
transaction.abort() transaction.abort()
self.portal.portal_caches.clearAllCache() self.portal.portal_caches.clearAllCache()
ERP5TypeTestCase.tearDown(self) ERP5TypeTestCase.tearDown(self)
self.tic()
def _loginAsUser(self, username): def _loginAsUser(self, username):
"""Login as a given username. The user must exist. """Login as a given username. The user must exist.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment