Commit 04260360 authored by Ayush Tiwari's avatar Ayush Tiwari Committed by Ayush Tiwari

ERP5TypeTestCase: Explicilty change isIndexingRequired value to True

parent d8a21d1b
......@@ -1187,6 +1187,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