diff options
author | Tim Allison <tallison@apache.org> | 2017-07-24 19:29:29 +0000 |
---|---|---|
committer | Tim Allison <tallison@apache.org> | 2017-07-24 19:29:29 +0000 |
commit | db060ecfb4f8291a31ed1aecb2161edce2551be4 (patch) | |
tree | 95ec488ed1c363181d1f1ba7bb778de3e1d8f4f2 /src/ooxml | |
parent | 338f323b94e16bad4eea977d4a7d5120b366f90a (diff) | |
download | poi-db060ecfb4f8291a31ed1aecb2161edce2551be4.tar.gz poi-db060ecfb4f8291a31ed1aecb2161edce2551be4.zip |
augment expected sizes in TestFonts
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1802855 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/ooxml')
-rw-r--r-- | src/ooxml/testcases/org/apache/poi/sl/TestFonts.java | 5 |
1 files changed, 4 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 12be322500..86f5d052ac 100644 --- a/src/ooxml/testcases/org/apache/poi/sl/TestFonts.java +++ b/src/ooxml/testcases/org/apache/poi/sl/TestFonts.java @@ -72,7 +72,10 @@ 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, 318, + private static final int[] expected_sizes = { + 306, //Windows 10, 15.6" 3840x2160 + 311, 312, 313, 318, + 348, //Windows 10, 15.6" 3840x2160 362, // Windows 10, 13.3" 1080p high-dpi 398, 399, 406 // Ubuntu Trusty, 15", 1680x1050 |