mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-22 20:14:43 +02:00
6923692: java/classes_util TEST_BUG:ReadZip.java fails when
To create the test file at test.dir Reviewed-by: alanb
This commit is contained in:
parent
9b4ec210a0
commit
ff1e82994b
1 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* @test
|
/* @test
|
||||||
@bug 4241361 4842702 4985614 6646605 5032358
|
@bug 4241361 4842702 4985614 6646605 5032358 6923692
|
||||||
@summary Make sure we can read a zip file.
|
@summary Make sure we can read a zip file.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@ -59,7 +59,7 @@ public class ReadZip {
|
||||||
FileInputStream fis = new FileInputStream(
|
FileInputStream fis = new FileInputStream(
|
||||||
new File(System.getProperty("test.src", "."),
|
new File(System.getProperty("test.src", "."),
|
||||||
"input.zip"));
|
"input.zip"));
|
||||||
File newZip = new File(System.getProperty("test.src", "."),
|
File newZip = new File(System.getProperty("test.dir", "."),
|
||||||
"input2.zip");
|
"input2.zip");
|
||||||
FileOutputStream fos = new FileOutputStream(newZip);
|
FileOutputStream fos = new FileOutputStream(newZip);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue