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

Brian Burkhalter bpb at openjdk.org
Wed Aug 30 15:57:06 UTC 2023


On Wed, 30 Aug 2023 08:58:43 GMT, Andrey Turbanov <aturbanov at openjdk.org> wrote:

>> Brian Burkhalter has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   8315241: Delete space at line 57
>
> test/jdk/java/nio/file/Path/ToRealPath.java line 57:
> 
>> 55:     static {
>> 56:         try {
>> 57:             DIR  = TestUtil.createTemporaryDirectory();
> 
> Suggestion:
> 
>             DIR = TestUtil.createTemporaryDirectory();

Fixed in 34511d8814856f6eedbf742ed959533f3592bebb, thanks.

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

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


More information about the nio-dev mailing list