[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:
PJ Fanning 2024-09-12 21:32:17 +00:00
parent 5fd1f28b4b
commit 5b404ebc6b
1 changed files with 5 additions and 0 deletions

View File

@ -283,6 +283,11 @@ final class TestSheetUtil {
} }
} }
@Test
void testDefaultIgnoreMissingFontSystem() {
assertTrue(SheetUtil.isIgnoreMissingFontSystem());
}
@Test @Test
void testGetCharWidthWithIgnoreEnabled() throws IOException { void testGetCharWidthWithIgnoreEnabled() throws IOException {
boolean previous = SheetUtil.isIgnoreMissingFontSystem(); boolean previous = SheetUtil.isIgnoreMissingFontSystem();