mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-19 00:28:47 +02:00
N°4047 - Fix undefined offset in core\dbobject.class.php - rewrite duplicate check
This commit is contained in:
@@ -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++) {
|
||||
|
||||
Reference in New Issue
Block a user