From 7e5681067f66019f41d822607f771cb0ffeeae22 Mon Sep 17 00:00:00 2001 From: Romain Quetiez Date: Mon, 13 Sep 2010 13:46:54 +0000 Subject: [PATCH] Different notification scheme for user requests SVN:trunk[850] --- modules/itop-request-mgmt-1.0.0/data.struct.ta-links.xml | 2 +- test/testlist.inc.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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',