]> source.dussan.org Git - poi.git/commitdiff
[bug-69209] default ignoreMissingFontSystem to true
authorPJ Fanning <fanningpj@apache.org>
Thu, 12 Sep 2024 21:32:17 +0000 (21:32 +0000)
committerPJ Fanning <fanningpj@apache.org>
Thu, 12 Sep 2024 21:32:17 +0000 (21:32 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1920601 13f79535-47bb-0310-9956-ffa450edef68

poi/src/test/java/org/apache/poi/ss/util/TestSheetUtil.java

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