Integrated: 8343178: Test BasicTest.java javac compile fails cannot find symbol

SendaoYan syan at openjdk.org
Tue Oct 29 06:09:07 UTC 2024


On Tue, 29 Oct 2024 03:03:17 GMT, SendaoYan <syan at openjdk.org> wrote:

> Hi all,
> The test `tools/jpackage/share/jdk/jpackage/tests/BasicTest.java` javac compile fails `cannot find symbol TKit.assertPathNotEmptyDirectory` after [JDK-8343101](https://bugs.openjdk.org/browse/JDK-8343101). I think we should use `TKit.assertDirectoryNotEmpty` instead of `TKit.assertPathNotEmptyDirectory`.
> The change has been verified locally on linux-x64, test-fix only , no risk.

This pull request has now been integrated.

Changeset: df3473e2
Author:    SendaoYan <syan at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/df3473e22069145334dd7323bfa793c237a7f26e
Stats:     2 lines in 1 file changed: 0 ins; 0 del; 2 mod

8343178: Test BasicTest.java javac compile fails cannot find symbol

Reviewed-by: jpai, asemenyuk

-------------

PR: https://git.openjdk.org/jdk/pull/21750


More information about the core-libs-dev mailing list