mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
7.0.0.M1
This commit is contained in:
@@ -34,7 +34,7 @@ public class IssueI74EX7Test {
|
||||
}
|
||||
|
||||
/**
|
||||
* https://gitee.com/dromara/hutool/issues/I74EX7<br>
|
||||
* https://gitee.com/chinabugotech/hutool/issues/I74EX7<br>
|
||||
* Enhancer.create()默认调用无参构造,有参构造或者多个构造没有很好的兼容。
|
||||
*
|
||||
*/
|
||||
|
@@ -63,7 +63,7 @@ public class ManagementUtilTest {
|
||||
|
||||
@Test
|
||||
public void getUserInfoTest(){
|
||||
// https://gitee.com/dromara/hutool/issues/I3NM39
|
||||
// https://gitee.com/chinabugotech/hutool/issues/I3NM39
|
||||
final UserInfo userInfo = ManagementUtil.getUserInfo();
|
||||
Assertions.assertTrue(userInfo.getTempDir().endsWith(File.separator));
|
||||
}
|
||||
|
@@ -40,7 +40,7 @@ import java.util.*;
|
||||
public class ThymeleafTest {
|
||||
|
||||
/**
|
||||
* <a href="https://github.com/dromara/hutool/issues/2530">...</a>
|
||||
* <a href="https://github.com/chinabugotech/hutool/issues/2530">...</a>
|
||||
* 自定义操作原始引擎
|
||||
*/
|
||||
@Test
|
||||
|
Reference in New Issue
Block a user