Increase the font-inaccuracy for one unit test as some machines have fonts that lead to lower values, e.g. we get only 770 instead of 980 for Jenkins build on IBM JDK and on some local Windows machines
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1597873 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
8c6e7e06aa
commit
f928ce1d34
@ -2497,7 +2497,7 @@ public final class TestBugs extends BaseTestBugzillaIssues {
|
||||
|
||||
// How close the sizing should be, given that not all
|
||||
// systems will have quite the same fonts on them
|
||||
float fontAccuracy = 0.15f;
|
||||
float fontAccuracy = 0.22f;
|
||||
|
||||
// x%
|
||||
CellStyle iPercent = wb.createCellStyle();
|
||||
|
Loading…
Reference in New Issue
Block a user