diff --git a/module/execution/test/model/getinvolvedexecutionlist.php b/module/execution/test/model/getinvolvedexecutionlist.php index e53694a102..1625ddac9b 100755 --- a/module/execution/test/model/getinvolvedexecutionlist.php +++ b/module/execution/test/model/getinvolvedexecutionlist.php @@ -2,6 +2,32 @@ 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);