From: Javen O'Neal Date: Wed, 19 Oct 2016 08:03:57 +0000 (+0000) Subject: reenable unit test for bug 58648 that passes now X-Git-Tag: REL_3_16_BETA1~80 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=efac70434a8db2197e4dc42fb3b1da1d4fc827d3;p=poi.git reenable unit test for bug 58648 that passes now git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1765548 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/testcases/org/apache/poi/ss/usermodel/BaseTestBugzillaIssues.java b/src/testcases/org/apache/poi/ss/usermodel/BaseTestBugzillaIssues.java index 24c58f731b..b5649ef995 100644 --- a/src/testcases/org/apache/poi/ss/usermodel/BaseTestBugzillaIssues.java +++ b/src/testcases/org/apache/poi/ss/usermodel/BaseTestBugzillaIssues.java @@ -1360,7 +1360,9 @@ public abstract class BaseTestBugzillaIssues { wb.close(); } - @Ignore + // Bug 58648: FormulaParser throws exception in parseSimpleFactor() when getCellFormula() + // is called on a cell and the formula contains spaces between closing parentheses ") )" + // https://bz.apache.org/bugzilla/show_bug.cgi?id=58648 @Test public void test58648() throws IOException { Workbook wb = _testDataProvider.createWorkbook();