diff --git a/modules/itop-request-mgmt-1.0.0/data.struct.ta-links.xml b/modules/itop-request-mgmt-1.0.0/data.struct.ta-links.xml index 6e980a646..8706efb19 100644 --- a/modules/itop-request-mgmt-1.0.0/data.struct.ta-links.xml +++ b/modules/itop-request-mgmt-1.0.0/data.struct.ta-links.xml @@ -7,7 +7,7 @@ 3 -50 +20 2 diff --git a/test/testlist.inc.php b/test/testlist.inc.php index 55c8872d5..3adfe5dfa 100644 --- a/test/testlist.inc.php +++ b/test/testlist.inc.php @@ -1564,7 +1564,7 @@ class TestImportREST extends TestWebServices /////////////////////////////////////////////////////////////////////////// // Test massive data load /////////////////////////////////////////////////////////////////////////// -define('IMPORT_COUNT', 1000); +define('IMPORT_COUNT', 4000); class TestImportRESTMassive extends TestImportREST { @@ -1581,7 +1581,7 @@ class TestImportRESTMassive extends TestImportREST protected function DoExecute() { $aLoadSpec = array( - 'desc' => 'Missing class', + 'desc' => 'Loading PCs: '.IMPORT_COUNT, 'args' => array( 'class' => 'PC', 'output' => 'summary',