]> source.dussan.org Git - poi.git/commitdiff
reenable unit test for bug 58648 that passes now
authorJaven O'Neal <onealj@apache.org>
Wed, 19 Oct 2016 08:03:57 +0000 (08:03 +0000)
committerJaven O'Neal <onealj@apache.org>
Wed, 19 Oct 2016 08:03:57 +0000 (08:03 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1765548 13f79535-47bb-0310-9956-ffa450edef68

src/testcases/org/apache/poi/ss/usermodel/BaseTestBugzillaIssues.java

index 24c58f731b15510b17ee7d3259d881ea5272eeb3..b5649ef995a720a6849a9b71fa3dde3f41473a86 100644 (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();