mirror of https://github.com/apache/poi.git
[bug-69209] default ignoreMissingFontSystem to true
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1920601 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
5fd1f28b4b
commit
5b404ebc6b
|
@ -283,6 +283,11 @@ final class TestSheetUtil {
|
|||
}
|
||||
}
|
||||
|
||||
@Test
|
||||
void testDefaultIgnoreMissingFontSystem() {
|
||||
assertTrue(SheetUtil.isIgnoreMissingFontSystem());
|
||||
}
|
||||
|
||||
@Test
|
||||
void testGetCharWidthWithIgnoreEnabled() throws IOException {
|
||||
boolean previous = SheetUtil.isIgnoreMissingFontSystem();
|
||||
|
|
Loading…
Reference in New Issue