Integrated: 8327002: (fs) java/nio/file/Files/CopyMoveVariations.java should be able to test across file systems

Brian Burkhalter bpb at openjdk.org
Tue Apr 2 17:16:12 UTC 2024


On Thu, 29 Feb 2024 01:19:40 GMT, Brian Burkhalter <bpb at openjdk.org> wrote:

> 1. Modify the test to allow specifying the location of the temporary directory to be distinct from that of the working directory.
> 2. Correctly handle the responses to `AccessDeniedException`s which occur when a move across different file systems fails.

This pull request has now been integrated.

Changeset: dd5d7d07
Author:    Brian Burkhalter <bpb at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/dd5d7d0770609a414438041f40a69f8770afe25c
Stats:     39 lines in 1 file changed: 27 ins; 0 del; 12 mod

8327002: (fs) java/nio/file/Files/CopyMoveVariations.java should be able to test across file systems

Reviewed-by: alanb

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

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


More information about the nio-dev mailing list