mirror of https://github.com/apache/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
This commit is contained in:
parent
efa58cbb1c
commit
efac70434a
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue