LI123456mo opened a new pull request, #16001: URL: https://github.com/apache/dubbo/pull/16001
## Documentation - [x] I have read the [contributing guidelines](https://github.com/apache/dubbo/blob/3.3/CONTRIBUTING.md). ## Purpose This PR adds missing unit test coverage for the `PathUtils` interface in the `dubbo-common` module. ## Key Changes - Created `PathUtilsTest.java` to test path building and normalization logic. - Verified that `normalize()` correctly handles multiple slashes and query strings. - Verified that `buildPath()` correctly joins multiple path segments. ## Verification I have verified these changes locally using Maven: - **Command**: `mvn test -pl dubbo-common -Dtest=PathUtilsTest` - **Result**: `BUILD SUCCESS` -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
