mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-05-09 23:51:34 +08:00
fix test
This commit is contained in:
parent
cc74ae34a2
commit
56fc14d91e
@ -31,7 +31,7 @@ public class ZipUtilTest {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
// @Ignore
|
@Ignore
|
||||||
public void unzipTest2() {
|
public void unzipTest2() {
|
||||||
File unzip = ZipUtil.unzip("f:/test/各种资源.zip", "f:/test/各种资源", CharsetUtil.CHARSET_GBK);
|
File unzip = ZipUtil.unzip("f:/test/各种资源.zip", "f:/test/各种资源", CharsetUtil.CHARSET_GBK);
|
||||||
Console.log(unzip);
|
Console.log(unzip);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user