N°6299 - DBUpdate regression in 3.1 when setting a field with same value in the concerned object

This commit is contained in:
Eric Espie
2023-05-11 16:16:49 +02:00
parent 7fe565c4fb
commit 5dc80f31f5
4 changed files with 23 additions and 3 deletions

View File

@@ -365,11 +365,11 @@ class UserLocalTest extends ItopDataTestCase
'oExpectedBefore' => null,
'bRenewedDateTouched' => true,
),
/*'EXPIRE_NEVER (default mode): nothing changed on UserLocal' => array(
'EXPIRE_NEVER (default mode): nothing changed on UserLocal' => array(
'sExpirationMode' => 'never_expire',
'oExpectedBefore' => null,
'bRenewedDateTouched' => false,
),*/
),
'EXPIRE_FORCE: nominal case' => array(
'sExpirationMode' => 'force_expire',
'oExpectedBefore' => null,