N°7145 - UI - Init Value DateTime and Date with Day Time (Fix Event class)

This commit is contained in:
Eric Espie
2025-01-07 13:21:13 +01:00
parent 346a8eadec
commit 0e8ddf990c
2 changed files with 2 additions and 2 deletions

View File

@@ -62,7 +62,7 @@ class EventIssueTest extends ItopDataTestCase
$oEventIssue->DBInsert();
}
catch (CoreException $e) {
$this->fail('we should be able to persist the object though it contains long values in its attributes');
$this->fail('we should be able to persist the object though it contains long values in its attributes: '.$e->getMessage());
}
$this->assertTrue(true);
}