mirror of https://github.com/apache/poi.git
try to fix test
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892321 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
93ab03c295
commit
bb641dc017
|
@ -46,6 +46,8 @@ class TestXSSFConditionalFormatting extends BaseTestConditionalFormatting {
|
|||
super(XSSFITestDataProvider.instance);
|
||||
}
|
||||
|
||||
//https://docs.microsoft.com/en-us/dotnet/api/documentformat.openxml.spreadsheet.databar?view=openxml-2.8.1
|
||||
//defaults are 10% and 90%
|
||||
@Override
|
||||
protected int defaultDataBarMinLength() { return 10; }
|
||||
@Override
|
||||
|
|
Loading…
Reference in New Issue