< prev index next >

test/java/util/zip/ZipFile/ReadLongZipFileName.java

Print this page
rev 17324 : 8181759: add explicit @build actions for jdk.test.lib classes in all :tier1 tests
Reviewed-by: duke
rev 17325 : imported patch 8181759-1

*** 23,32 **** --- 23,35 ---- /** * @test * @bug 6374379 * @library /test/lib + * @build jdk.test.lib.Platform + * jdk.test.lib.util.FileUtils + * @run main ReadLongZipFileName * @summary Verify that we can read zip file names > 255 chars long */ import java.io.*; import java.util.jar.*;
< prev index next >