N°7134 - Can't retrieve the list of changes when editing URP_UserProfile

This commit is contained in:
jf-cbd
2024-01-17 15:15:11 +01:00
parent d122de04e4
commit 5623784c59
3 changed files with 1 additions and 39 deletions

View File

@@ -156,7 +156,7 @@ class DBObjectTest extends ItopDataTestCase
$this->assertTrue($oPerson->IsModified());
$oNewPerson = MetaModel::GetObject('Person', $oPerson->GetKey());
$this->assertEquals($oPerson->GetObjectUniqId(), $oNewPerson->GetObjectUniqId());
$this->assertNotEquals($oPerson->GetObjectUniqId(), $oNewPerson->GetObjectUniqId());
MetaModel::StopReentranceProtection($oPerson);
}