From 5c8632f11967c70e8aed334d115ccf2a78800a9b Mon Sep 17 00:00:00 2001 From: wangyidong Date: Fri, 6 Jun 2025 14:44:26 +0800 Subject: [PATCH] * [unittest] Fix execution linkcases expect. --- module/execution/test/model/linkcases.php | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/module/execution/test/model/linkcases.php b/module/execution/test/model/linkcases.php index 6b8bec261c..efd82f07de 100755 --- a/module/execution/test/model/linkcases.php +++ b/module/execution/test/model/linkcases.php @@ -48,6 +48,22 @@ title=测试executionModel->linkCasesTest(); timeout=0 cid=1 +- 敏捷执行关联用例 + - 第0条的project属性 @3 + - 第0条的product属性 @1 + - 第0条的case属性 @1 +- 瀑布执行关联用例 + - 第0条的project属性 @4 + - 第0条的product属性 @43 + - 第0条的case属性 @2 +- 看板执行关联用例 + - 第0条的project属性 @5 + - 第0条的product属性 @68 + - 第0条的case属性 @3 +- 敏捷执行关联用例统计 @3 +- 瀑布执行关联用例统计 @3 +- 看板执行关联用例统计 @3 + */ $executionIdList = array(3, 4, 5);