aboutsummaryrefslogtreecommitdiffstats
path: root/src/ooxml/testcases/org/apache/poi
diff options
context:
space:
mode:
Diffstat (limited to 'src/ooxml/testcases/org/apache/poi')
-rw-r--r--src/ooxml/testcases/org/apache/poi/sl/TestFonts.java4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/ooxml/testcases/org/apache/poi/sl/TestFonts.java b/src/ooxml/testcases/org/apache/poi/sl/TestFonts.java
index f395a84a4b..6cf953d7a2 100644
--- a/src/ooxml/testcases/org/apache/poi/sl/TestFonts.java
+++ b/src/ooxml/testcases/org/apache/poi/sl/TestFonts.java
@@ -73,7 +73,9 @@ public class TestFonts {
private static final String INIT_FONTS[] = { "mona.ttf" };
// currently linux and mac return quite different values
- private static final int[] expected_sizes = { 311, 312, 313, 398, 399 };
+ private static final int[] expected_sizes = { 311, 312, 313,
+ 362, //Windows 10, 13.3" 1080p high-dpi
+ 398, 399 };
@BeforeClass
public static void initGE() throws FontFormatException, IOException {