test/jdk/jdk/nio/zipfs/CopyMoveTests.java
changeset 58941 00878bee8f4b
parent 58845 e492513d3630
equal deleted inserted replaced
58940:e767fa6a1d45 58941:00878bee8f4b
    39 import static java.util.stream.Collectors.joining;
    39 import static java.util.stream.Collectors.joining;
    40 import static org.testng.Assert.*;
    40 import static org.testng.Assert.*;
    41 
    41 
    42 /**
    42 /**
    43  * @test
    43  * @test
    44  * @bug 8223771
    44  * @bug 8231766
    45  * @summary Test Files::copy and Files::move with Zip FS
    45  * @summary Test Files::copy and Files::move with Zip FS
    46  * @modules jdk.zipfs
    46  * @modules jdk.zipfs
    47  * @run testng/othervm CopyMoveTests
    47  * @run testng/othervm CopyMoveTests
    48  */
    48  */
    49 public class CopyMoveTests {
    49 public class CopyMoveTests {