You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ki...@apache.org on 2020/01/31 20:38:35 UTC

svn commit: r1873440 - in /poi/trunk: build.xml src/ooxml/testcases/org/apache/poi/sl/TestFonts.java

Author: kiwiwings
Date: Fri Jan 31 20:38:35 2020
New Revision: 1873440

URL: http://svn.apache.org/viewvc?rev=1873440&view=rev
Log:
Try to fix release build

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

Modified: poi/trunk/build.xml
URL: http://svn.apache.org/viewvc/poi/trunk/build.xml?rev=1873440&r1=1873439&r2=1873440&view=diff
==============================================================================
--- poi/trunk/build.xml (original)
+++ poi/trunk/build.xml Fri Jan 31 20:38:35 2020
@@ -1648,7 +1648,7 @@ under the License.
             unless="integration.test.notRequired">
         <propertyreset name="org.apache.poi.util.POILogger" value="org.apache.poi.util.CommonsLogger"/>
         <delete dir="build" includes="test-integration.log*"/>
-        <poiunit failureproperty="integration.test.failed" heap="1512" showoutput="true" jacocodest="build/jacoco-integration.exec">
+        <poiunit failureproperty="integration.test.failed" heap="2048" showoutput="true" jacocodest="build/jacoco-integration.exec">
             <classpath refid="test.integration.classpath"/>
             <batchtest todir="${integration.reports.test}">
                 <fileset dir="${integration.src.test}">

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=1873440&r1=1873439&r2=1873440&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 Fri Jan 31 20:38:35 2020
@@ -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



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org