Commit 2f6d4186 authored by Ayush Tiwari's avatar Ayush Tiwari

ERP5TypeTestCase: Explicilty change isIndexingRequired value to True

parent 0f044971
......@@ -1154,6 +1154,9 @@ 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