diff options
Diffstat (limited to 'src/testcases/org/apache/poi/hssf')
-rw-r--r-- | src/testcases/org/apache/poi/hssf/model/TestFormulaParserIf.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testcases/org/apache/poi/hssf/model/TestFormulaParserIf.java b/src/testcases/org/apache/poi/hssf/model/TestFormulaParserIf.java index ae4245ec4b..51f9cf5d97 100644 --- a/src/testcases/org/apache/poi/hssf/model/TestFormulaParserIf.java +++ b/src/testcases/org/apache/poi/hssf/model/TestFormulaParserIf.java @@ -202,7 +202,7 @@ public final class TestFormulaParserIf extends TestCase { assertEquals("Y", y.getValue()); assertEquals("N", n.getValue()); assertEquals("IF", funif.toFormulaString()); - assertTrue("Goto ptg exists", goto1.isGoto()); + assertTrue("tAttrSkip ptg exists", goto1.isSkip()); } /** * Make sure the ptgs are generated properly with two functions embedded |