This commit is contained in:
holan20180123
2020-12-03 13:24:46 +08:00
parent 41f8d0fbd3
commit e1e314c297
+4 -3
View File
@@ -1243,9 +1243,10 @@ class testcase extends control
$childId ++;
}
}
$case->stepDesc = trim($case->stepDesc);
$case->stepExpect = trim($case->stepExpect);
$case->real = trim($case->real);
$case->stepDesc = trim($case->stepDesc);
$case->stepExpect = trim($case->stepExpect);
$case->real = trim($case->real);
$case->precondition = html_entity_decode($case->precondition, ENT_QUOTES);
if($this->post->fileType == 'csv')
{