mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-08-18 20:38:02 +08:00
fix comment
This commit is contained in:
@@ -492,7 +492,7 @@ public class BeanUtilTest {
|
||||
}
|
||||
|
||||
/**
|
||||
* <a href="https://github.com/looly/hutool/issues/1173">#1173</a>
|
||||
* <a href="https://github.com/dromara/hutool/issues/1173">#1173</a>
|
||||
*/
|
||||
@Test
|
||||
public void beanToBeanOverlayFieldTest() {
|
||||
|
@@ -955,7 +955,7 @@ public class DateUtilTest {
|
||||
|
||||
@Test(expected = DateException.class)
|
||||
public void parseNotFitTest() {
|
||||
//https://github.com/looly/hutool/issues/1332
|
||||
//https://github.com/dromara/hutool/issues/1332
|
||||
// 在日期格式不匹配的时候,测试是否正常报错
|
||||
DateUtil.parse("2020-12-23", DatePattern.PURE_DATE_PATTERN);
|
||||
}
|
||||
|
@@ -150,7 +150,7 @@ public class ZipUtilTest {
|
||||
@Test
|
||||
@Ignore
|
||||
public void zipStreamTest(){
|
||||
//https://github.com/looly/hutool/issues/944
|
||||
//https://github.com/dromara/hutool/issues/944
|
||||
String dir = "d:/test";
|
||||
String zip = "d:/test.zip";
|
||||
try (OutputStream out = new FileOutputStream(zip)){
|
||||
|
Reference in New Issue
Block a user