* Remove bugModel-getAllProjectIds, and replace it with projectModel-getPairs.
This commit is contained in:
@@ -1959,26 +1959,6 @@ class bugTest
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Test get id list of all projects.
|
||||
*
|
||||
* @access public
|
||||
* @return array
|
||||
*/
|
||||
public function getAllProjectIdsTest()
|
||||
{
|
||||
$array = $this->objectModel->getAllProjectIds();
|
||||
|
||||
if(dao::isError())
|
||||
{
|
||||
return dao::getError();
|
||||
}
|
||||
else
|
||||
{
|
||||
return $array;
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Test get bug query.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user