From 65d4e64956959cf230d5c10ce253f636e6f56299 Mon Sep 17 00:00:00 2001
From: Kazuhiko Shiozaki <kazuhiko@nexedi.com>
Date: Mon, 28 Jun 2010 19:44:27 +0000
Subject: [PATCH] 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
---
 product/ERP5/Tool/SolverTool.py | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/product/ERP5/Tool/SolverTool.py b/product/ERP5/Tool/SolverTool.py
index a9a688b2fd..b68e02251e 100644
--- a/product/ERP5/Tool/SolverTool.py
+++ b/product/ERP5/Tool/SolverTool.py
@@ -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 \
-- 
2.30.9