mirror of
https://gitee.com/dromara/hutool.git
synced 2025-04-05 17:37:59 +08:00
add test
This commit is contained in:
parent
1af96de3ae
commit
ce1e5d3827
@ -446,6 +446,10 @@ public class FileUtilTest {
|
||||
Assert.assertEquals("application/vnd.openxmlformats-officedocument.spreadsheetml.sheet", mimeType);
|
||||
mimeType = FileUtil.getMimeType("test.pptx");
|
||||
Assert.assertEquals("application/vnd.openxmlformats-officedocument.presentationml.presentation", mimeType);
|
||||
|
||||
// pr#2617@Github
|
||||
mimeType = FileUtil.getMimeType("test.wgt");
|
||||
Assert.assertEquals("application/widget", mimeType);
|
||||
}
|
||||
|
||||
@Test
|
||||
|
Loading…
Reference in New Issue
Block a user