mirror of https://github.com/apache/poi.git
Try to fix release build
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1873440 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
6fe1862d28
commit
3fc8c1279c
|
@ -1648,7 +1648,7 @@ under the License.
|
||||||
unless="integration.test.notRequired">
|
unless="integration.test.notRequired">
|
||||||
<propertyreset name="org.apache.poi.util.POILogger" value="org.apache.poi.util.CommonsLogger"/>
|
<propertyreset name="org.apache.poi.util.POILogger" value="org.apache.poi.util.CommonsLogger"/>
|
||||||
<delete dir="build" includes="test-integration.log*"/>
|
<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"/>
|
<classpath refid="test.integration.classpath"/>
|
||||||
<batchtest todir="${integration.reports.test}">
|
<batchtest todir="${integration.reports.test}">
|
||||||
<fileset dir="${integration.src.test}">
|
<fileset dir="${integration.src.test}">
|
||||||
|
|
|
@ -73,7 +73,7 @@ public class TestFonts {
|
||||||
private static final int[] expected_sizes = {
|
private static final int[] expected_sizes = {
|
||||||
304, // windows 10, 1080p, MS Office 2016, system text scaling 100% instead of default 125%
|
304, // windows 10, 1080p, MS Office 2016, system text scaling 100% instead of default 125%
|
||||||
306, 308,// Windows 10, 15.6" 3840x2160
|
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
|
338, // Manjaro Linux, 24", 1920x1080(519x292 mm), 94x94 dpi
|
||||||
348, // Windows 10, 15.6" 3840x2160
|
348, // Windows 10, 15.6" 3840x2160
|
||||||
362, // Windows 10, 13.3" 1080p high-dpi
|
362, // Windows 10, 13.3" 1080p high-dpi
|
||||||
|
|
Loading…
Reference in New Issue