mirror of https://github.com/apache/poi.git
add disabled SUMIF test
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1891894 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b3e9891de3
commit
274aa28df8
|
@ -124,7 +124,7 @@ final class TestSumif {
|
|||
try (HSSFWorkbook wb = initWorkbook1WithNA()) {
|
||||
HSSFFormulaEvaluator fe = new HSSFFormulaEvaluator(wb);
|
||||
HSSFCell cell = wb.getSheetAt(0).createRow(5).createCell(0);
|
||||
confirmError(fe, cell, "SUMIF(A2:A6,\">160000\",B2:B5)", FormulaError.NA);
|
||||
confirmError(fe, cell, "SUMIF(A2:A6,\">160000\",B2:B6)", FormulaError.NA);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue