slachiewicz opened a new pull request, #422: URL: https://github.com/apache/maven-shared-utils/pull/422
Master has failed `PathToolTest.testGetRelativeFilePathWithDifferentWindowsDrives` since 2026-08-03, on every JDK. [#403](https://github.com/apache/maven-shared-utils/pull/403) changed `getRelativeFilePath` to return an empty string rather than `null` for paths on different Windows drives. [#384](https://github.com/apache/maven-shared-utils/pull/384) was branched before that change and merged the same day without a rebase, so the test it added still asserts `null`. Both PRs were green on their own branches, which is why CI did not catch it. This switches that one assertion to the empty string. #403 is the newer contract and PathToolTest already asserts it in two other tests, so the assertion is the stale side, not the code. Verified: `mvn -B verify` on JDK 17 -> Tests run: 787, Failures: 0, Errors: 0. *This change was created with AI assistance.* -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
