Commit d30f090f authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

testListBox: tic() at the end of each test, instead of long transaction for the whole test.

now catalog update and catalog search use different SQL connection, thus different MariaDB transactions.
parent af8cf006
......@@ -62,6 +62,10 @@ class TestListBox(ERP5TypeTestCase):
quiet = 1
run_all_test = 1
def beforeTearDown(self):
super(TestListBox, self).beforeTearDown()
self.tic()
def getBusinessTemplateList(self):
# Use the same framework as the functional testing for convenience.
# This adds some specific portal types and skins.
......
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