mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-27 12:38:44 +02:00
test SDK enhancement: be able to compare moduleinstallation
ci: add log and hopefully fix hub test ci: fix all test that rely on CustomDataTC
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
|
||||
namespace Combodo\iTop\Test\UnitTest\HubConnector;
|
||||
|
||||
use Combodo\iTop\DBTools\Service\DBToolsUtils;
|
||||
use Combodo\iTop\HubConnector\Controller\HubController;
|
||||
use Combodo\iTop\Test\UnitTest\ItopDataTestCase;
|
||||
use DOMFormatException;
|
||||
@@ -45,6 +46,7 @@ class HubControllerTest extends ItopDataTestCase
|
||||
$this->testLaunchCompile();
|
||||
HubController::GetInstance()->LaunchDeploy();
|
||||
$this->CheckReport('{"code":0,"message":"Compilation successful.","fields":[]}');
|
||||
$this->CompareCurrentAndPreviousModuleInstallations();
|
||||
}
|
||||
|
||||
private function CheckReport($sExpected)
|
||||
|
||||
Reference in New Issue
Block a user