Merge branch 'master' of https://github.com/easysoft/zentaopms
This commit is contained in:
@@ -2,6 +2,6 @@
|
||||
.addbtn{padding-top:22px;height:63px; border:1px dashed #ddd; width:60px;}
|
||||
.addbtn .icon-plus {font-size: 18px; display: block; opacity: 0.5; transition: opacity .2s; text-shadow: 1px 1px 3px rgba(0,0,0,.2);}
|
||||
.addbtn:hover .icon-plus {opacity: .9; animation: flash-icon 1s linear alternate infinite}
|
||||
#dropMenu{min-width:250px;padding:10px 15px;box-sizing:inhert;}
|
||||
#dropMenu{min-width:250px;box-sizing:inhert;}
|
||||
.main-col .block-files .panel-heading{padding-right:20px;}
|
||||
.main-col .block-files .panel-heading .panel-title{height:35px; line-height:30px;}
|
||||
|
||||
@@ -983,7 +983,7 @@ class testcaseModel extends model
|
||||
|
||||
if($lblStepPos === false or $lblResultPos === false or $lblExpectPos === false) return $caseSteps;
|
||||
|
||||
$caseSteps = substr($steps, $lblStepPos + strlen($lblStep), $lblResultPos - strlen($lblStep));
|
||||
$caseSteps = substr($steps, $lblStepPos + strlen($lblStep), $lblResultPos - strlen($lblStep) - $lblStepPos);
|
||||
$caseExpect = substr($steps, $lblExpectPos + strlen($lblExpect));
|
||||
$caseSteps = trim($caseSteps);
|
||||
$caseExpect = trim($caseExpect);
|
||||
|
||||
Reference in New Issue
Block a user