Browse Source

fix unit test that I merged wrong.

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1856653 13f79535-47bb-0310-9956-ffa450edef68
tags/REL_4_1_0
Greg Woolsey 5 years ago
parent
commit
389946bb31

+ 1
- 1
src/ooxml/testcases/org/apache/poi/xssf/usermodel/TestXSSFWorkbook.java 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);

Loading…
Cancel
Save