< prev index next >

test/jdk/java/util/zip/ZipCoding.java

Print this page
8203328: Rename EFS in java.util.zip internals to something meaningful
Reviewed-by: sherman

*** 112,122 **** } ByteArrayInputStream bis = new ByteArrayInputStream(baos.toByteArray()); testZipInputStream(bis, cs, name, comment, bb); if ("utf-8".equals(csn)) { ! // EFS should be set bis.reset(); testZipInputStream(bis, Charset.forName("MS932"), name, comment, bb); } File f = new File(new File(System.getProperty("test.dir", ".")), --- 112,122 ---- } ByteArrayInputStream bis = new ByteArrayInputStream(baos.toByteArray()); testZipInputStream(bis, cs, name, comment, bb); if ("utf-8".equals(csn)) { ! // USE_UTF8 should be set bis.reset(); testZipInputStream(bis, Charset.forName("MS932"), name, comment, bb); } File f = new File(new File(System.getProperty("test.dir", ".")),
< prev index next >