mirror of
https://gitee.com/dromara/hutool.git
synced 2025-04-24 18:04:54 +08:00
add test
This commit is contained in:
parent
ee90bc7e87
commit
a30d5bb1a1
@ -214,4 +214,11 @@ public class ZipUtilTest {
|
||||
// long size = 636*1024L;
|
||||
ZipUtil.unzip(zipFile, file, size);
|
||||
}
|
||||
|
||||
@Test
|
||||
@Ignore
|
||||
public void unzipTest3() {
|
||||
// https://github.com/dromara/hutool/issues/3018
|
||||
ZipUtil.unzip("d:/test/default.zip", "d:/test/");
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user