* [ci,done,0.1h] add comment for getinvolvedexecutionlist unit test.
This commit is contained in:
@@ -2,6 +2,32 @@
|
||||
<?php
|
||||
include dirname(__FILE__, 5) . '/test/lib/init.php';
|
||||
include dirname(__FILE__, 2) . '/lib/execution.unittest.class.php';
|
||||
/**
|
||||
|
||||
title=测试executionModel->getInvolvedExecutionListTest();
|
||||
timeout=0
|
||||
cid=1
|
||||
|
||||
- 根据敏捷项目查询执行列表
|
||||
- 第5条的project属性 @2
|
||||
- 第5条的name属性 @迭代1
|
||||
- 根据瀑布项目查询执行列表
|
||||
- 第7条的project属性 @3
|
||||
- 第7条的name属性 @阶段1
|
||||
- 根据看板项目查询执行列表
|
||||
- 第9条的project属性 @4
|
||||
- 第9条的name属性 @看板1
|
||||
- 根据产品查询执行列表
|
||||
- 第5条的project属性 @2
|
||||
- 第5条的name属性 @迭代1
|
||||
- 第5条的type属性 @sprint
|
||||
- 根据敏捷项目查询执行数量 @1
|
||||
- 根据瀑布项目查询执行数量 @1
|
||||
- 根据看板项目查询执行数量 @1
|
||||
- 根据产品查询执行数量 @1
|
||||
|
||||
*/
|
||||
|
||||
zenData('user')->gen(5);
|
||||
su('admin');
|
||||
|
||||
@@ -36,14 +62,6 @@ $projectProduct->product->range('1-3');
|
||||
$projectProduct->branch->range('0');
|
||||
$projectProduct->gen(14);
|
||||
|
||||
/**
|
||||
|
||||
title=测试executionModel->getInvolvedExecutionListTest();
|
||||
timeout=0
|
||||
cid=1
|
||||
|
||||
*/
|
||||
|
||||
$projectIDList = array(0, 2, 3,4);
|
||||
$productIDList = array(0, 1);
|
||||
$limit = array(0, 2, 10);
|
||||
|
||||
Reference in New Issue
Block a user