* Modify unit test of bugModel::getPlanBugs.
This commit is contained in:
@@ -169,7 +169,7 @@ class bugTest
|
||||
$title .= ',' . $bug->title;
|
||||
}
|
||||
$title = trim($title, ',');
|
||||
$title = str_replace("'", '', $title);
|
||||
$title = str_replace(array("'", '@', '$', '%', ';'), '', $title);
|
||||
|
||||
if(dao::isError())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user