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

This commit is contained in:
jf-cbd
2024-01-17 15:12:55 +01:00
parent aecc34a78b
commit 436b6808b5
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);
}