Commit 39b2be5c authored by Alexandre Boeglin's avatar Alexandre Boeglin

remove excessive recursiveReindexObject

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17433 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent f077fa09
......@@ -117,7 +117,6 @@ class TestOrderMixin:
portal_type=rule_tool.getPortalRuleTypeList()):
if rule.getValidationState() != 'validated':
rule.validate()
rule.recursiveReindexObject()
def stepTic(self,**kw):
self.tic()
......
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