diff --git a/test/model/execution/buildburndata.php b/test/model/execution/buildburndata.php index fcd757c70a..b5e94e8654 100755 --- a/test/model/execution/buildburndata.php +++ b/test/model/execution/buildburndata.php @@ -12,7 +12,7 @@ pid=1 敏捷执行燃尽图数据 >> 7/1 瀑布执行燃尽图数据 >> [0,0,0,0,0,0,0,0,0,0,0] -看板执行燃尽图数据 >> [20,18,16,14,12,10,8,6,4,2,0] +看板执行燃尽图数据 >> [0,0,0,0,0,0,0,0,0,0,0] 结果统计 >> 3 */ @@ -23,5 +23,5 @@ $count = array('0', '1'); $execution = new executionTest(); r($execution->buildBurnDataTest($executionIDList[0], $count[0])) && p('labels:0') && e('7/1'); // 敏捷执行燃尽图数据 r($execution->buildBurnDataTest($executionIDList[1], $count[0])) && p('burnLine') && e('[0,0,0,0,0,0,0,0,0,0,0]'); // 瀑布执行燃尽图数据 -r($execution->buildBurnDataTest($executionIDList[2], $count[0])) && p('baseLine') && e('[20,18,16,14,12,10,8,6,4,2,0]'); // 看板执行燃尽图数据 -r($execution->buildBurnDataTest($executionIDList[0], $count[1])) && p() && e('3'); // 结果统计 \ No newline at end of file +r($execution->buildBurnDataTest($executionIDList[2], $count[0])) && p('baseLine') && e('[0,0,0,0,0,0,0,0,0,0,0]'); // 看板执行燃尽图数据 +r($execution->buildBurnDataTest($executionIDList[0], $count[1])) && p() && e('3'); // 结果统计