]> source.dussan.org Git - poi.git/commitdiff
add npv tests
authorPJ Fanning <fanningpj@apache.org>
Thu, 30 Sep 2021 13:24:18 +0000 (13:24 +0000)
committerPJ Fanning <fanningpj@apache.org>
Thu, 30 Sep 2021 13:24:18 +0000 (13:24 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893754 13f79535-47bb-0310-9956-ffa450edef68

poi/src/test/java/org/apache/poi/ss/formula/functions/TestFinanceLib.java

index 33bc49d9df62fc30563573e2a9d539db4cb65969..7028743dbf91471854f71abec5375c9584b4b0f6 100644 (file)
@@ -152,7 +152,7 @@ class TestFinanceLib extends BaseTestNumeric {
             addRow(sheet, 7, 14500);
             HSSFFormulaEvaluator fe = new HSSFFormulaEvaluator(wb);
             HSSFCell cell = wb.getSheetAt(0).getRow(0).createCell(100);
-            Utils.assertDouble(fe, cell, "NPV(A2, A4:A8)+A3", 1992.061554932363);
+            Utils.assertDouble(fe, cell, "NPV(A2, A4:A8)+A3", 1922.061554932363);
             Utils.assertDouble(fe, cell, "NPV(A2, A4:A8, -9000)+A3", -3749.4650870155747);
         }
     }