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 9bf2571 commit e565cd8Copy full SHA for e565cd8
test/jdk/jdk/nio/zipfs/TestPosix.java
@@ -66,7 +66,7 @@
66
import static org.testng.Assert.assertTrue;
67
import static org.testng.Assert.fail;
68
69
-/**
+/*
70
* @test
71
* @bug 8213031 8273935
72
* @modules jdk.zipfs
@@ -695,7 +695,7 @@ public void testJarFile() throws IOException {
695
delTree(UNZIP_DIR);
696
Files.createDirectory(UNZIP_DIR);
697
File targetDir = UNZIP_DIR.toFile();
698
- try (JarFile jf = new JarFile(ZIP_FILE.toFile())) {
+ try (JarFile jf = new JarFile(JAR_FILE.toFile())) {
699
Enumeration<? extends JarEntry> zenum = jf.entries();
700
while (zenum.hasMoreElements()) {
701
JarEntry ze = zenum.nextElement();
0 commit comments