]> source.dussan.org Git - poi.git/commitdiff
Now StylesTable works, re-enable previously failing cell test which now passes
authorNick Burch <nick@apache.org>
Sat, 22 Mar 2008 15:11:01 +0000 (15:11 +0000)
committerNick Burch <nick@apache.org>
Sat, 22 Mar 2008 15:11:01 +0000 (15:11 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@640006 13f79535-47bb-0310-9956-ffa450edef68

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

index 76cb56393bc9953d0e05fae04256b96eaf20791e..c53e184b2dee5363c7252cd0d3c4e58865804f77 100644 (file)
@@ -288,9 +288,9 @@ public class TestXSSFCell extends TestCase {
     }
     
     /**
-     * TODO - Fix!
+     * Tests that cell formatting stuff works as expected
      */
-    public void DISABLEDtestCellFormatting() throws Exception {
+    public void testCellFormatting() throws Exception {
        Workbook workbook = new XSSFWorkbook();
        Sheet sheet = workbook.createSheet();
        CreationHelper creationHelper = workbook.getCreationHelper();