mirror of
https://github.com/apache/poi.git
synced 2025-02-06 10:08:17 +00:00
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…
x
Reference in New Issue
Block a user