server/test/unittest_ssplanner.py
changeset 3293 69c0ba095536
parent 2968 0e3460341023
parent 3252 c0e10da6f1cf
child 3589 a5432f99f2d9
equal deleted inserted replaced
3230:1d25e928c299 3293:69c0ba095536
    16     repo = repo
    16     repo = repo
    17     _test = test_plan
    17     _test = test_plan
    18 
    18 
    19     def setUp(self):
    19     def setUp(self):
    20         BasePlannerTC.setUp(self)
    20         BasePlannerTC.setUp(self)
    21         self.planner = SSPlanner(self.o.schema, self.o._rqlhelper)
    21         self.planner = SSPlanner(self.o.schema, self.repo.vreg.rqlhelper)
    22         self.system = self.o._repo.system_source
    22         self.system = self.o._repo.system_source
    23 
    23 
    24     def tearDown(self):
    24     def tearDown(self):
    25         BasePlannerTC.tearDown(self)
    25         BasePlannerTC.tearDown(self)
    26 
    26