* Fix bug 3668.
This commit is contained in:
@@ -1247,9 +1247,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')
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user