Commit bc2c6739 authored by Vincent Pelletier's avatar Vincent Pelletier

ZMySQLDA.tests: Cleanup if test fails

Otherwise, all subsequent tests fail too.
parent 16408ff8
......@@ -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