Commit 0c35bb06 authored by Łukasz Nowak's avatar Łukasz Nowak

[erp5_test_result] Cover distributor instead of tool

parent 4b2092f3
......@@ -306,7 +306,7 @@ class TestTaskDistribution(ERP5TypeTestCase):
def _createTestResult(self, revision="r0=a,r1=a", node_title="Node0",
test_list=None, tic=1, allow_restart=False,
test_title="TEST FOO"):
result = self.tool.createTestResult(
result = self.distributor.createTestResult(
"", revision, test_list or [], allow_restart,
test_title=test_title, node_title=node_title)
# we commit, since usually we have a remote call only doing this
......
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