Commit fc34d7b4 authored by Ayush Tiwari's avatar Ayush Tiwari

bt5_config: Remove hack for forcing indexing

parent b72c272e
......@@ -1150,6 +1150,7 @@ class ERP5TypeCommandLineTestCase(ERP5TypeTestCaseMixin):
self._installBusinessTemplateList(business_template_list,
light_install=light_install,
quiet=quiet)
self._recreateCatalog()
self._updateTranslationTable()
self._updateConversionServerConfiguration()
......@@ -1159,9 +1160,6 @@ class ERP5TypeCommandLineTestCase(ERP5TypeTestCaseMixin):
self.addERP5TypeTestCaseUser()
user = uf.getUserById('ERP5TypeTestCase').__of__(uf)
# XXX: Hack for allowing reindexing after installing BM(s)
self.portal.isIndexingRequired = ConstantGetter('isIndexingRequired', True)
self._callSetUpOnce()
self._reindexSite()
......
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