mirror of https://github.com/apache/poi.git
Adjust expected font-size in tests, XSSF seems to use slightly larger fonts on some machines
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1780479 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
1dc4f7d086
commit
718bd65a81
|
@ -1378,8 +1378,8 @@ public abstract class BaseTestSheet {
|
|||
s.autoSizeColumn((short)0);
|
||||
s.autoSizeColumn((short)1);
|
||||
|
||||
assertBetween("Date column width", s.getColumnWidth(0), 4750, 7200);
|
||||
assertBetween("Date column width", s.getColumnWidth(1), 4750, 7200);
|
||||
assertBetween("Date column width", s.getColumnWidth(0), 4750, 7300);
|
||||
assertBetween("Date column width", s.getColumnWidth(1), 4750, 7300);
|
||||
|
||||
wb.close();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue