Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: a94435cb30c8807bc767adb30726396e8f72e074 https://github.com/xwiki/xwiki-platform/commit/a94435cb30c8807bc767adb307263... Author: Vincent Massol <[email protected]> Date: 2026-07-15 (Wed, 15 Jul 2026) Changed paths: M xwiki-platform-core/xwiki-platform-oldcore/src/test/java/com/xpn/xwiki/doc/XWikiDocumentMockitoTest.java M xwiki-platform-core/xwiki-platform-oldcore/src/test/java/com/xpn/xwiki/doc/XWikiLinkTest.java M xwiki-platform-core/xwiki-platform-oldcore/src/test/java/com/xpn/xwiki/objects/NumberPropertyTest.java M xwiki-platform-core/xwiki-platform-oldcore/src/test/java/com/xpn/xwiki/store/DatabaseProductTest.java Log Message: ----------- [Misc] Use dedicated assertions instead of boolean assertions in oldcore tests (SonarCloud java:S5785) * Replace assertTrue/assertFalse wrapping equals(), ==, != and size() comparisons with assertEquals/assertNotEquals/assertSame/assertNotSame so failures report the actual and expected values. * The receiver is kept as the first argument to preserve each assertion's equals()/identity direction. Test-only change, behaviour-preserving. To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications