]> source.dussan.org Git - poi.git/commitdiff
Increase the font-inaccuracy for one unit test as some machines have fonts that lead...
authorDominik Stadler <centic@apache.org>
Tue, 27 May 2014 20:45:25 +0000 (20:45 +0000)
committerDominik Stadler <centic@apache.org>
Tue, 27 May 2014 20:45:25 +0000 (20:45 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1597873 13f79535-47bb-0310-9956-ffa450edef68

src/testcases/org/apache/poi/hssf/usermodel/TestBugs.java

index 989ea4125f0bbeb0ce9066d60e3584ed2853736d..141a8e448330b2e88d1a3ab16748cc5460ae35e2 100644 (file)
@@ -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();