mirror of https://github.com/apache/poi.git
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:
parent
6b76706ef7
commit
389946bb31
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue