aboutsummaryrefslogtreecommitdiffstats
path: root/src/ooxml/testcases/org/apache/poi
diff options
context:
space:
mode:
authorJaven O'Neal <onealj@apache.org>2017-07-13 04:30:41 +0000
committerJaven O'Neal <onealj@apache.org>2017-07-13 04:30:41 +0000
commit1d187b32e214760df89320e38ce9433270f76689 (patch)
tree754bdcb9f8853aea36499b184a578b86195d0b32 /src/ooxml/testcases/org/apache/poi
parent5c2267081d3fbdd5ee3cad9b1ebc2bf5db711975 (diff)
downloadpoi-1d187b32e214760df89320e38ce9433270f76689.tar.gz
poi-1d187b32e214760df89320e38ce9433270f76689.zip
add 362px font height for my computer's configuration (high-dpi monitor)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1801803 13f79535-47bb-0310-9956-ffa450edef68
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 {