mirror of
https://github.com/apache/poi.git
synced 2026-02-27 20:40:08 +08:00
Need to lower the min expected width after changes for bug 66632
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1910309 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
6442dccab9
commit
0dc3d6e479
@ -210,7 +210,7 @@ class TestSXSSFSheetAutoSizeColumn {
|
||||
final int maxExpectedWidth = expectedWidth * 3 / 2;
|
||||
assertColumnWidthStrictlyWithinRange(sheet.getColumnWidth(0), minExpectedWidth, maxExpectedWidth); //short
|
||||
} else {
|
||||
assertColumnWidthStrictlyWithinRange(sheet.getColumnWidth(0), 1000, MAX_COLUMN_WIDTH); //long
|
||||
assertColumnWidthStrictlyWithinRange(sheet.getColumnWidth(0), 950, MAX_COLUMN_WIDTH); //long
|
||||
}
|
||||
assertColumnWidthStrictlyWithinRange(sheet.getColumnWidth(1), 0, COLUMN_WIDTH_THRESHOLD_BETWEEN_SHORT_AND_LONG); //short
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user