From 3fc8c1279c904bd6273afb5500d49f7845c52ebc Mon Sep 17 00:00:00 2001 From: Andreas Beeker Date: Fri, 31 Jan 2020 20:38:35 +0000 Subject: [PATCH] Try to fix release build git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1873440 13f79535-47bb-0310-9956-ffa450edef68 --- build.xml | 2 +- src/ooxml/testcases/org/apache/poi/sl/TestFonts.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.xml b/build.xml index 3448b2df39..f6bbdda689 100644 --- a/build.xml +++ b/build.xml @@ -1648,7 +1648,7 @@ under the License. unless="integration.test.notRequired"> - + diff --git a/src/ooxml/testcases/org/apache/poi/sl/TestFonts.java b/src/ooxml/testcases/org/apache/poi/sl/TestFonts.java index 2b39cd7aa1..77538fbfd3 100644 --- a/src/ooxml/testcases/org/apache/poi/sl/TestFonts.java +++ b/src/ooxml/testcases/org/apache/poi/sl/TestFonts.java @@ -73,7 +73,7 @@ public class TestFonts { private static final int[] expected_sizes = { 304, // windows 10, 1080p, MS Office 2016, system text scaling 100% instead of default 125% 306, 308,// Windows 10, 15.6" 3840x2160 - 311, 312, 313, 318, + 310, 311, 312, 313, 318, 338, // Manjaro Linux, 24", 1920x1080(519x292 mm), 94x94 dpi 348, // Windows 10, 15.6" 3840x2160 362, // Windows 10, 13.3" 1080p high-dpi -- 2.39.5