You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by on...@apache.org on 2016/10/19 08:03:57 UTC

svn commit: r1765548 - /poi/trunk/src/testcases/org/apache/poi/ss/usermodel/BaseTestBugzillaIssues.java

Author: onealj
Date: Wed Oct 19 08:03:57 2016
New Revision: 1765548

URL: http://svn.apache.org/viewvc?rev=1765548&view=rev
Log:
reenable unit test for bug 58648 that passes now

Modified:
    poi/trunk/src/testcases/org/apache/poi/ss/usermodel/BaseTestBugzillaIssues.java

Modified: poi/trunk/src/testcases/org/apache/poi/ss/usermodel/BaseTestBugzillaIssues.java
URL: http://svn.apache.org/viewvc/poi/trunk/src/testcases/org/apache/poi/ss/usermodel/BaseTestBugzillaIssues.java?rev=1765548&r1=1765547&r2=1765548&view=diff
==============================================================================
--- poi/trunk/src/testcases/org/apache/poi/ss/usermodel/BaseTestBugzillaIssues.java (original)
+++ poi/trunk/src/testcases/org/apache/poi/ss/usermodel/BaseTestBugzillaIssues.java Wed Oct 19 08:03:57 2016
@@ -1360,7 +1360,9 @@ public abstract class BaseTestBugzillaIs
         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();



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org