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';