Author: tallison
Date: Mon Jul 24 19:29:29 2017
New Revision: 1802855

URL: http://svn.apache.org/viewvc?rev=1802855&view=rev
Log:
augment expected sizes in TestFonts

Modified:
    poi/trunk/src/ooxml/testcases/org/apache/poi/sl/TestFonts.java

Modified: poi/trunk/src/ooxml/testcases/org/apache/poi/sl/TestFonts.java
URL: 
http://svn.apache.org/viewvc/poi/trunk/src/ooxml/testcases/org/apache/poi/sl/TestFonts.java?rev=1802855&r1=1802854&r2=1802855&view=diff
==============================================================================
--- poi/trunk/src/ooxml/testcases/org/apache/poi/sl/TestFonts.java (original)
+++ poi/trunk/src/ooxml/testcases/org/apache/poi/sl/TestFonts.java Mon Jul 24 
19:29:29 2017
@@ -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



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to