Commit 07c81fa9 authored by Julien Muchembled's avatar Julien Muchembled

tests: remove 2 useless 'commit' before 'tic'

parent 9b37d2e1
...@@ -1027,7 +1027,6 @@ class ERP5TypeCommandLineTestCase(ERP5TypeTestCaseMixin): ...@@ -1027,7 +1027,6 @@ class ERP5TypeCommandLineTestCase(ERP5TypeTestCaseMixin):
portal.portal_catalog.manage_hotReindexAll() portal.portal_catalog.manage_hotReindexAll()
portal.portal_types.resetDynamicDocumentsOnceAtTransactionBoundary() portal.portal_types.resetDynamicDocumentsOnceAtTransactionBoundary()
self.commit()
self.tic(not quiet) self.tic(not quiet)
# Log out # Log out
......
...@@ -91,7 +91,6 @@ class TestCopySupport(ERP5TypeTestCase): ...@@ -91,7 +91,6 @@ class TestCopySupport(ERP5TypeTestCase):
self.tic() self.tic()
person.recursiveReindexObject() person.recursiveReindexObject()
person.default_address.setId('old_address') person.default_address.setId('old_address')
self.commit()
self.tic() self.tic()
def test_03_unindexObjectGrouping(self): def test_03_unindexObjectGrouping(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