Commit dceb4c68 authored by Romain Courteaud's avatar Romain Courteaud

Use getParentValue instead of getParent.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9887 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 9e00b3e0
......@@ -904,7 +904,7 @@ class TestOrderMixin:
related_applied_rule_list = {}
for simulation_mvt in related_simulation_list:
self.assertFalse(simulation_mvt.isDivergent())
related_applied_rule_list[simulation_mvt.getParent()]=1
related_applied_rule_list[simulation_mvt.getParentValue()]=1
for applied_rule in related_applied_rule_list.keys():
self.assertTrue(applied_rule.isStable())
......
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