From 6d1db26898b712ec2080b93eff91df378773441f Mon Sep 17 00:00:00 2001 From: tianshujie Date: Fri, 6 Jun 2025 10:04:10 +0800 Subject: [PATCH] * [unittest] add comment for unlinkstory. --- module/release/test/model/unlinkstory.php | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/module/release/test/model/unlinkstory.php b/module/release/test/model/unlinkstory.php index 920288b103..4688935100 100755 --- a/module/release/test/model/unlinkstory.php +++ b/module/release/test/model/unlinkstory.php @@ -6,6 +6,15 @@ title=测试 releaseModel->unlinkStory(); timeout=0 cid=1 +- 测试发布ID为空时,解除跟需求ID=2的关联 @0 +- 测试发布ID=1时,解除跟需求ID=2的关联 + - 第0条的old属性 @1,2,3 + - 第0条的new属性 @1,3 +- 测试发布ID不存在时,解除跟需求ID=2的关联 @0 +- 测试发布ID为空时,解除跟需求ID=4的关联 @0 +- 测试发布ID=1时,解除跟需求ID=4的关联 @0 +- 测试发布ID不存在时,解除跟需求ID=4的关联 @0 + */ include dirname(__FILE__, 5) . '/test/lib/init.php';