Author: kiwiwings
Date: Sun May 20 22:22:58 2018
New Revision: 1831948
URL: http://svn.apache.org/viewvc?rev=1831948&view=rev
Log:
#62041 - TestFonts fails on Mac
Modified:
poi/site/src/documentation/content/xdocs/status.xml
poi/trunk/src/ooxml/testcases/org/apache/poi/sl/TestFonts.java
Modified: poi/site/src/documentation/content/xdocs/status.xml
URL: http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/status.xml?rev=1831948&r1=1831947&r2=1831948&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/status.xml (original)
+++ poi/site/src/documentation/content/xdocs/status.xml Sun May 20 22:22:58 2018
@@ -68,6 +68,7 @@
<summary-item>Provide new ooxml-schemas-1.4.jar</summary-item>
</summary>
<actions>
+ <action dev="PD" type="fix" fixes-bug="62041" module="SL Common">TestFonts
fails on Mac</action>
<action dev="PD" type="fix" fixes-bug="62051" module="XSLF">Two shapes have
the same shapeId within the same slide</action>
<action dev="PD" type="fix" fixes-bug="61633" module="XSLF">Zero width shapes
aren't rendered</action>
<action dev="PD" type="add" fixes-bug="62037" module="SL Common">SlideNames
should not be null but have a default as if accessed by VBA</action>
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=1831948&r1=1831947&r2=1831948&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 Sun May 20 22:22:58 2018
@@ -79,7 +79,7 @@ public class TestFonts {
348, // Windows 10, 15.6" 3840x2160
362, // Windows 10, 13.3" 1080p high-dpi
372, // Ubuntu Xenial, 15", 1680x1050
- 377, 398, 399, // Mac
+ 377, 391, 398, 399, // Mac
406 // Ubuntu Xenial, 15", 1680x1050
};
---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org
|