Skip to content

Commit

Permalink
[bug-69209] default ignoreMissingFontSystem to true
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1920601 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
pjfanning committed Sep 12, 2024
1 parent 5fd1f28 commit 5b404eb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions poi/src/test/java/org/apache/poi/ss/util/TestSheetUtil.java
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,11 @@ void testGetCharWidthWithInvalidFont() throws IOException {
}
}

@Test
void testDefaultIgnoreMissingFontSystem() {
assertTrue(SheetUtil.isIgnoreMissingFontSystem());
}

@Test
void testGetCharWidthWithIgnoreEnabled() throws IOException {
boolean previous = SheetUtil.isIgnoreMissingFontSystem();
Expand Down

0 comments on commit 5b404eb

Please sign in to comment.