* Change the test case.
This commit is contained in:
@@ -51,6 +51,6 @@ $task->gen(4);
|
||||
|
||||
$tester->session->set('taskOnlyCondition', true);
|
||||
$task = new taskTest();
|
||||
r($task->getDataOfTasksPerExecutionTest(2)) && p('2:name,value') && e('/迭代2,1'); //统计executionID为2的执行的任务数量
|
||||
r($task->getDataOfTasksPerExecutionTest(3)) && p('3:name,value') && e('/迭代3,2'); //统计executionID为3的执行的任务数量
|
||||
r($task->getDataOfTasksPerExecutionTest(2)) && p('2:name,value') && e('迭代2,1'); //统计executionID为2的执行的任务数量
|
||||
r($task->getDataOfTasksPerExecutionTest(3)) && p('3:name,value') && e('迭代3,2'); //统计executionID为3的执行的任务数量
|
||||
r($task->getDataOfTasksPerExecutionTest(5)) && p('5:name,value') && e('0,0'); //统计executionID为5的执行的任务数量
|
||||
|
||||
Reference in New Issue
Block a user