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

@@ -183,8 +183,6 @@ class ormLinkSetTest extends ItopDataTestCase
*/
public function testRemoveThenAdd()
{
self::markTestSkipped('Throws a undefined offset PHP notice in core\dbobject.class.php:2151, to be fixed in N°4047');
$oServer = $this->CreateServer(1);
$aPersons = array();
for ($i = 0; $i < 3; $i++) {