mirror of
https://github.com/apache/poi.git
synced 2026-02-27 20:40:08 +08:00
remove test (added accidentally)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1898273 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b25667373a
commit
ec2f0efd28
@ -133,7 +133,6 @@ final class TestSumproduct {
|
||||
HSSFFormulaEvaluator fe = new HSSFFormulaEvaluator(wb);
|
||||
HSSFCell cell = wb.getSheetAt(0).getRow(0).createCell(100);
|
||||
assertDouble(fe, cell, "SUMPRODUCT(C2:C5,D2:D5)", 78.97);
|
||||
assertDouble(fe, cell, "SUMPRODUCT(C2:C5=\"Chai\",D2:D5)", 78.97);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user