* [ci,done,0.1h] fix processburndata unit test error.
This commit is contained in:
@@ -11,6 +11,12 @@ title=测试executionModel->processBurnDataTest();
|
||||
timeout=0
|
||||
cid=1
|
||||
|
||||
- 敏捷执行查询统计 @30
|
||||
- 瀑布执行查询统计 @60
|
||||
- 看板执行查询统计 @67
|
||||
- 错误时间查询统计 @0
|
||||
- 错误时间查询统计 @0
|
||||
|
||||
*/
|
||||
|
||||
$executionIDList = array(101, 106, 107);
|
||||
@@ -24,3 +30,4 @@ r($execution->processBurnDataTest($executionIDList[0], $itemCounts[0], $begin[0]
|
||||
r($execution->processBurnDataTest($executionIDList[1], $itemCounts[1], $begin[0], $end[0], $count[1])) && p() && e('60'); // 瀑布执行查询统计
|
||||
r($execution->processBurnDataTest($executionIDList[2], $itemCounts[2], $begin[0], $end[0], $count[1])) && p() && e('67'); // 看板执行查询统计
|
||||
r($execution->processBurnDataTest($executionIDList[2], $itemCounts[2], $begin[1], $end[1], $count[1])) && p() && e('0'); // 错误时间查询统计
|
||||
r($execution->processBurnDataTest($executionIDList[2], $itemCounts[1], $begin[1], $end[1], $count[1])) && p() && e('0'); // 错误时间查询统计
|
||||
|
||||
Reference in New Issue
Block a user