RFR: 8315241: (fs) Move toRealPath tests in java/nio/file/Path/Misc.java to separate JUnit 5 test

Andrey Turbanov aturbanov at openjdk.org
Wed Aug 30 09:01:15 UTC 2023


On Tue, 29 Aug 2023 18:14:48 GMT, Brian Burkhalter <bpb at openjdk.org> wrote:

> Move toRealPath() tests from Misc.java to ToRealPath.java.

test/jdk/java/nio/file/Path/ToRealPath.java line 57:

> 55:     static {
> 56:         try {
> 57:             DIR  = TestUtil.createTemporaryDirectory();

Suggestion:

            DIR = TestUtil.createTemporaryDirectory();

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

PR Review Comment: https://git.openjdk.org/jdk/pull/15474#discussion_r1309935646


More information about the nio-dev mailing list