update execution
This commit is contained in:
@@ -10,12 +10,11 @@ title=测试executionModel->unlinkMemberTest();
|
||||
cid=1
|
||||
pid=1
|
||||
|
||||
敏捷执行关联用例 >> 101,1,1
|
||||
瀑布执行关联用例 >> 131,43,169
|
||||
看板执行关联用例 >> 161,68,269
|
||||
敏捷执行关联用例统计 >> 4
|
||||
瀑布执行关联用例统计 >> 4
|
||||
看板执行关联用例统计 >> 4
|
||||
敏捷执行解除团队成员 >> po82,研发
|
||||
敏捷执行解除团队成员后统计 >> 1
|
||||
瀑布执行解除团队成员 >> 0
|
||||
看板执行解除团队成员 >> test52,测试
|
||||
看板执行解除团队成员后统计 >> 1
|
||||
|
||||
*/
|
||||
|
||||
@@ -29,4 +28,4 @@ r($execution->unlinkMemberTest($executionIDList[0], $accountList[0], $count[1]))
|
||||
r($execution->unlinkMemberTest($executionIDList[1], $accountList[1], $count[0])) && p() && e('0'); // 瀑布执行解除团队成员
|
||||
r($execution->unlinkMemberTest($executionIDList[2], $accountList[2], $count[0])) && p('0:account,role') && e('test52,测试'); // 看板执行解除团队成员
|
||||
r($execution->unlinkMemberTest($executionIDList[2], $accountList[2], $count[1])) && p() && e('1'); // 看板执行解除团队成员后统计
|
||||
system("./ztest init");
|
||||
system("./ztest init");
|
||||
Reference in New Issue
Block a user