Commit 9389719b authored by Vincent Pelletier's avatar Vincent Pelletier Committed by Eteri

ZMySQLDA.tests: Cleanup if test fails

Otherwise, all subsequent tests fail too.
parent fd361eab
......@@ -159,6 +159,7 @@ class TestDeferredConnection(ERP5TypeTestCase):
try:
self.commit()
finally:
self.abort()
self.unmonkeypatchConnection(connection)
def test_03_successiveTransactionsIsolation(self):
......
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