N°9169 - Adapt ITSM designer connector to the new setup (FIX some unit tests)

This commit is contained in:
Eric Espie
2026-05-29 10:54:39 +02:00
parent 65de991853
commit 24fa5d3bbd
3 changed files with 5 additions and 9 deletions

View File

@@ -22,8 +22,6 @@ namespace Combodo\iTop\Test\UnitTest\Core;
use Attachment;
use AttributeDateTime;
use Combodo\iTop\Application\WebPage\iTopWebPage;
use Combodo\iTop\Application\WebPage\WebPage;
use Combodo\iTop\Service\Events\EventData;
use Combodo\iTop\Test\UnitTest\ItopDataTestCase;
use CoreException;
@@ -39,7 +37,6 @@ use Team;
use User;
use UserRequest;
use UserRights;
use utils;
/**
* @group specificOrgInSampleData
@@ -524,7 +521,7 @@ class DBObjectTest extends ItopDataTestCase
$oAdminUser = MetaModel::GetObjectByName(User::class, 'admin', false);
if (is_null($oAdminUser)) {
$oAdminUser = $this->CreateUser('admin', 1);
$oAdminUser = $this->CreateUser('admin', 1, 'Zydw&%&h25F4');
}
/** @var Person $oPersonObject */