Commit 4eaea434 authored by Vincent Pelletier's avatar Vincent Pelletier

testCMFActivity: testing against non-recursive indexation is enough

parent dea6b7db
......@@ -630,7 +630,7 @@ class TestCMFActivity(ERP5TypeTestCase, LogInterceptor):
portal = self.getPortal()
# Test some range of conflict error occurences.
organisation_module.recursiveReindexObject()
organisation_module.reindexObject()
self.commit()
self.assertTrue(len(activity_tool.getMessageList()), 1)
try:
......
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