From 9cad5aff09ae862ff642e57c802b65b4df723e61 Mon Sep 17 00:00:00 2001 From: Javen O'Neal Date: Wed, 19 Oct 2016 08:03:57 +0000 Subject: [PATCH] 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 --- .../org/apache/poi/ss/usermodel/BaseTestBugzillaIssues.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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(); -- 2.39.5