* change for import case from file.

This commit is contained in:
wangyidong
2017-05-12 11:01:27 +08:00
parent 6fd66cc54b
commit 4e19cb494f
16 changed files with 124 additions and 133 deletions
+1 -1
View File
@@ -22,7 +22,7 @@
<?php
if(isset($menuItem->hidden)) continue;
$menuType = $menuItem->name;
if(!$config->testcase->needReview and $menuType == 'wait') continue;
if(!$config->testcase->needReview and empty($config->testcase->forceReview) and $menuType == 'wait') continue;
if($this->config->global->flow == 'onlyTest' and (strpos(',needconfirm,group,zerocase,', ',' . $menuType . ',') !== false)) continue;
if($hasBrowsePriv and strpos($menuType, 'QUERY') === 0)
{