Branch: refs/heads/claude/vigilant-dirac-papb8a Home: https://github.com/xwiki/xwiki-platform Commit: 39ee527f00f356d6c1adc2cb14f345deaf103bc0 https://github.com/xwiki/xwiki-platform/commit/39ee527f00f356d6c1adc2cb14f34... Author: Vincent Massol <[email protected]> Date: 2026-07-13 (Mon, 13 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. Co-Authored-By: Vincent Massol <[email protected]> To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications