diff --git a/test/class/action.class.php b/test/class/action.class.php index 5a4597565d..5bec57c589 100644 --- a/test/class/action.class.php +++ b/test/class/action.class.php @@ -181,15 +181,6 @@ class actionTest return $objects; } - public function printActionTest($action, $desc = '') - { - $objects = $this->objectModel->printAction($action, $desc = ''); - - if(dao::isError()) return dao::getError(); - - return $objects; - } - /** * Test get actions as dynamic. * @@ -343,15 +334,6 @@ class actionTest if($period == 'lastweek') return $date['begin'] == $begin and $date['end'] == $end . ' 23:59:59'; } - public function printChangesTest($objectType, $histories, $canChangeTag = true) - { - $objects = $this->objectModel->printChanges($objectType, $histories, $canChangeTag = true); - - if(dao::isError()) return dao::getError(); - - return $objects; - } - /** * Test undelete a record. *