fix unit test that I merged wrong.

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1856653 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Greg Woolsey 2019-03-31 01:12:10 +00:00
parent 6b76706ef7
commit 389946bb31
1 changed files with 1 additions and 1 deletions

View File

@ -499,7 +499,7 @@ public final class TestXSSFWorkbook extends BaseTestXWorkbook {
assertTrue(wb.getForceFormulaRecalculation());
wb.setForceFormulaRecalculation(false);
assertTrue(wb.getForceFormulaRecalculation());
assertFalse(wb.getForceFormulaRecalculation());
// calcMode="manual" is unset when forceFormulaRecalculation=true
calcPr.setCalcMode(STCalcMode.MANUAL);