N°4047 - Fix undefined offset in core\dbobject.class.php - rewrite duplicate check

This commit is contained in:
Eric Espie
2021-09-14 16:13:43 +02:00
parent 45dc79f5af
commit 4433cdb21b
3 changed files with 11 additions and 20 deletions

View File

@@ -111,8 +111,6 @@ class ItopTicketTest extends ItopDataTestCase
*/
public function testUpdateImpactedItems_Basic2()
{
self::markTestSkipped('Throws a undefined offset PHP notice in core\dbobject.class.php:2151, to be fixed in N°4047');
$oTicket = $this->CreateTicket(1);
$oServer1 = $this->CreateServer(1);
$oHypervisor1 = $this->CreateHypervisor(1, $oServer1);