Commit d26d9975 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

testERP5Credential: commit transaction at the end of afterSetUp() to start new...

testERP5Credential: commit transaction at the end of afterSetUp() to start new MariaDB transactions.
parent 1ab40cdc
......@@ -87,6 +87,7 @@ class TestERP5Credential(ERP5TypeTestCase):
self.portal.getDefaultModule('Person'))
for module in module_list:
module.manage_delObjects(list(module.objectIds()))
self.commit()
@reindex
def enableAlarm(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