From e6814d6860449bcecb8ced1477e8f1d1cfa8d9b3 Mon Sep 17 00:00:00 2001 From: odain Date: Tue, 9 Apr 2024 10:54:55 +0200 Subject: [PATCH] =?UTF-8?q?N=C2=B07407=20-=20adapt=20unattended=20test=20t?= =?UTF-8?q?o=203.1=20installation.xml=20choices?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../unattended-install/InstallationFileServiceTest.php | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/tests/php-unit-tests/unitary-tests/setup/unattended-install/InstallationFileServiceTest.php b/tests/php-unit-tests/unitary-tests/setup/unattended-install/InstallationFileServiceTest.php index b47dd00d1..956a167f3 100644 --- a/tests/php-unit-tests/unitary-tests/setup/unattended-install/InstallationFileServiceTest.php +++ b/tests/php-unit-tests/unitary-tests/setup/unattended-install/InstallationFileServiceTest.php @@ -141,8 +141,13 @@ class InstallationFileServiceTest extends TestCase { ]; $aAutoSelectedModules = [ + 'itop-bridge-cmdb-services', 'itop-bridge-virtualization-storage', 'itop-bridge-cmdb-ticket', + 'itop-bridge-datacenter-mgmt-services', + 'itop-bridge-endusers-devices-services', + 'itop-bridge-storage-mgmt-services', + 'itop-bridge-virtualization-mgmt-services', ]; $this->checkModuleList("installation.xml choices", $aExpectedInstallationModules, $aSelectedModules); @@ -253,8 +258,13 @@ class InstallationFileServiceTest extends TestCase { ]; $aAutoSelectedModules = [ + 'itop-bridge-cmdb-services', 'itop-bridge-virtualization-storage', 'itop-bridge-cmdb-ticket', + 'itop-bridge-datacenter-mgmt-services', + 'itop-bridge-endusers-devices-services', + 'itop-bridge-storage-mgmt-services', + 'itop-bridge-virtualization-mgmt-services', ]; $this->checkModuleList("installation.xml choices", $aExpectedInstallationModules, $aSelectedModules);