cubicweb/server/test/unittest_ssplanner.py
changeset 11250 597f02c5cf5a
parent 11237 f32134dd0067
child 11269 73ac69970047
--- a/cubicweb/server/test/unittest_ssplanner.py	Thu May 19 14:21:21 2016 +0200
+++ b/cubicweb/server/test/unittest_ssplanner.py	Thu Jan 14 17:14:16 2016 +0100
@@ -17,7 +17,7 @@
 # with CubicWeb.  If not, see <http://www.gnu.org/licenses/>.
 
 from cubicweb.devtools import TestServerConfiguration, get_test_db_handler
-from cubicweb.devtools.repotest import BasePlannerTC, test_plan
+from cubicweb.devtools.repotest import BasePlannerTC, check_plan
 from cubicweb.server.ssplanner import SSPlanner
 
 # keep cnx so it's not garbage collected and the associated session closed
@@ -34,7 +34,7 @@
     del repo, cnx
 
 class SSPlannerTC(BasePlannerTC):
-    _test = test_plan
+    _test = check_plan
 
     def setUp(self):
         self.__class__.repo = repo