Commit 65d4e649 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

we can make target solvers working even for legacy rules.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36655 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent c0102399
......@@ -206,9 +206,6 @@ class SolverTool(TypeProvider):
this method returns a list of target solvers, as predicates against
simulation movement.
"""
# Target Solver only works for non-legacy testers.
if not interfaces.IEquivalenceTester.providedBy(divergence_tester):
return []
solver_list = divergence_tester.getSolverValueList()
if automatic_solver_only:
return [x for x in solver_list if x.isAutomaticSolver() and \
......
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