]> source.dussan.org Git - poi.git/commitdiff
This bug has been fixed, so re-enable the unit test
authorNick Burch <nick@apache.org>
Thu, 3 Jul 2014 14:46:32 +0000 (14:46 +0000)
committerNick Burch <nick@apache.org>
Thu, 3 Jul 2014 14:46:32 +0000 (14:46 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1607662 13f79535-47bb-0310-9956-ffa450edef68

src/ooxml/testcases/org/apache/poi/xssf/usermodel/TestXSSFBugs.java

index 13e6629b7799078a138318c0f37edd131389f742..b54da4f28bad46b9069e8f2e7bd57a857a397a0b 100644 (file)
@@ -1199,7 +1199,7 @@ public final class TestXSSFBugs extends BaseTestBugzillaIssues {
      * Repeatedly writing a file.
      * Something with the SharedStringsTable currently breaks...
      */
-    @Ignore
+    @Test
     public void bug46662() throws Exception {
        // New file
        XSSFWorkbook wb = new XSSFWorkbook();