From a47e658a70cb56cc033b2b710b8fe16902bd961f Mon Sep 17 00:00:00 2001 From: tianshujie Date: Wed, 4 Jun 2025 14:02:03 +0800 Subject: [PATCH] * [ci,done,0.1h] add comment for close unit test. --- module/bug/test/model/close.php | 32 +++++++++++++++++++++++++++++++- 1 file changed, 31 insertions(+), 1 deletion(-) diff --git a/module/bug/test/model/close.php b/module/bug/test/model/close.php index 788ed4531f..6b48c4054d 100755 --- a/module/bug/test/model/close.php +++ b/module/bug/test/model/close.php @@ -19,7 +19,37 @@ su('admin'); title=bugModel->close(); cid=1 -pid=1 + +- 测试关闭状态为active的bug1 + - 属性title @第1个bug + - 属性status @closed + - 属性assignedTo @closed + - 属性confirmed @1 +- 测试关闭状态为resolved的bug2 + - 属性title @第2个bug + - 属性status @closed + - 属性assignedTo @closed + - 属性confirmed @1 +- 测试关闭状态为closed的bug3 + - 属性title @第3个bug + - 属性status @closed + - 属性assignedTo @closed + - 属性confirmed @1 +- 测试关闭状态为active的看板执行bug7 + - 属性title @第7个bug + - 属性status @closed + - 属性assignedTo @closed + - 属性confirmed @1 +- 测试关闭状态为resolved的看板执行bug8 + - 属性title @第8个bug + - 属性status @closed + - 属性assignedTo @closed + - 属性confirmed @1 +- 测试关闭状态为closed的看板执行bug9 + - 属性title @第9个bug + - 属性status @closed + - 属性assignedTo @closed + - 属性confirmed @1 */