mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
Update PathUtilTest.java
This commit is contained in:
@@ -45,6 +45,7 @@ public class PathUtilTest {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
@Ignore
|
||||||
public void getMimeTypeTest(){
|
public void getMimeTypeTest(){
|
||||||
String mimeType = PathUtil.getMimeType(Paths.get("d:/test/test.jpg"));
|
String mimeType = PathUtil.getMimeType(Paths.get("d:/test/test.jpg"));
|
||||||
Assert.assertEquals("image/jpeg", mimeType);
|
Assert.assertEquals("image/jpeg", mimeType);
|
||||||
|
Reference in New Issue
Block a user