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
This commit is contained in:
Javen O'Neal 2016-10-19 08:03:57 +00:00
parent 3ac3f37cbe
commit 9cad5aff09
1 changed files with 3 additions and 1 deletions

View File

@ -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();