From 7a6c2bc6a41416034025ceaf3d7bb5ff0c6ed6f2 Mon Sep 17 00:00:00 2001 From: odain Date: Fri, 5 Dec 2025 17:36:57 +0100 Subject: [PATCH] ci: fix with package --- .../unitary-tests/setup/AnalyzeInstallationTest.php | 4 ++-- .../setup/ressources/analyze_installation_output.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/php-unit-tests/unitary-tests/setup/AnalyzeInstallationTest.php b/tests/php-unit-tests/unitary-tests/setup/AnalyzeInstallationTest.php index f3155ed3e..5452d1a34 100644 --- a/tests/php-unit-tests/unitary-tests/setup/AnalyzeInstallationTest.php +++ b/tests/php-unit-tests/unitary-tests/setup/AnalyzeInstallationTest.php @@ -77,7 +77,7 @@ class AnalyzeInstallationTest extends ItopTestCase 'aInstalledModules' => json_decode(file_get_contents(__DIR__.'/ressources/priv_modules_simpleusecase.json'), true), 'expected' => [ '_Root_' => [ - 'installed_version' => 'ITOP_VERSION_FULL', + 'installed_version' => '3.3.0-dev-svn', 'available_version' => 'ITOP_VERSION_FULL', 'name_code' => 'ITOP_APPLICATION', ], @@ -127,7 +127,7 @@ class AnalyzeInstallationTest extends ItopTestCase 'aInstalledModules' => json_decode(file_get_contents(__DIR__.'/ressources/priv_modules2.json'), true), 'expected' => [ '_Root_' => [ - 'installed_version' => 'ITOP_VERSION_FULL', + 'installed_version' => '3.3.0-dev-svn', 'available_version' => 'ITOP_VERSION_FULL', 'name_code' => 'ITOP_APPLICATION', ], diff --git a/tests/php-unit-tests/unitary-tests/setup/ressources/analyze_installation_output.json b/tests/php-unit-tests/unitary-tests/setup/ressources/analyze_installation_output.json index f520d5430..5de2d28e5 100644 --- a/tests/php-unit-tests/unitary-tests/setup/ressources/analyze_installation_output.json +++ b/tests/php-unit-tests/unitary-tests/setup/ressources/analyze_installation_output.json @@ -1,7 +1,7 @@ { "_Root_": { "installed_version": "3.3.0-dev-svn", - "available_version": "3.3.0-dev-svn", + "available_version": "ITOP_VERSION_FULL", "name_code": "iTop" }, "authent-cas": {