We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89c5659 commit a1a0384Copy full SHA for a1a0384
test/jdk/jdk/nio/zipfs/TestPosix.java
@@ -60,7 +60,7 @@
60
import static org.junit.jupiter.api.Assertions.assertTrue;
61
import static org.junit.jupiter.api.Assertions.fail;
62
63
-/**
+/*
64
* @test
65
* @bug 8213031 8273935 8324635
66
* @summary Test POSIX ZIP file operations.
@@ -756,7 +756,7 @@ public void testJarFile() throws IOException {
756
delTree(UNZIP_DIR);
757
Files.createDirectory(UNZIP_DIR);
758
File targetDir = UNZIP_DIR.toFile();
759
- try (JarFile jf = new JarFile(ZIP_FILE.toFile())) {
+ try (JarFile jf = new JarFile(JAR_FILE.toFile())) {
760
Enumeration<? extends JarEntry> zenum = jf.entries();
761
while (zenum.hasMoreElements()) {
762
JarEntry ze = zenum.nextElement();
0 commit comments