* [task#148408,done,0.5h] Adjust rawModule.
This commit is contained in:
@@ -34,7 +34,7 @@ cid=1
|
||||
$executionIDList = array('1', '2', '3', '4', '5');
|
||||
|
||||
global $tester, $app, $config;
|
||||
$app->rawModule = 'project';
|
||||
$app->rawModule = 'execution';
|
||||
$app->rawMethod = 'task';
|
||||
|
||||
$zen = initReference('task');
|
||||
@@ -46,4 +46,4 @@ r($func->invokeArgs($zen->newInstance(), [$executionIDList[2]])) && p() && e('3'
|
||||
$config->CRExecution = 0;
|
||||
r($func->invokeArgs($zen->newInstance(), [$executionIDList[3]])) && p() && e('5'); //不可以修改关闭的迭代,关闭的迭代,跳转到可访问的第一个执行下
|
||||
$config->CRExecution = 1;
|
||||
r($func->invokeArgs($zen->newInstance(), [$executionIDList[3]])) && p() && e('4'); //可以修改关闭的迭代,关闭的迭代,直接返回当前迭代的导航
|
||||
r($func->invokeArgs($zen->newInstance(), [$executionIDList[3]])) && p() && e('4'); //可以修改关闭的迭代,关闭的迭代,直接返回当前迭代的导航
|
||||
|
||||
Reference in New Issue
Block a user