Commit 9f984fe5 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

fixup! ERP5TypeTestCase: update translation table only once in setUpERP5Site().

parent d3d80467
......@@ -735,6 +735,7 @@ class ERP5TypeCommandLineTestCase(ERP5TypeTestCaseMixin):
light_install = self.enableLightInstall()
self._installBusinessTemplateList(new_template_list,
light_install=light_install)
self.portal.ERP5Site_updateTranslationTable()
self.tic()
def uninstallBusinessTemplate(self, *template_list):
......
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