From: Nick Burch Date: Sat, 22 Mar 2008 15:11:01 +0000 (+0000) Subject: Now StylesTable works, re-enable previously failing cell test which now passes X-Git-Tag: REL_3_5_BETA2~172 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=aea6fd622f694313225a6e81f73e6b41d9c63ae6;p=poi.git Now StylesTable works, re-enable previously failing cell test which now passes git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@640006 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/ooxml/testcases/org/apache/poi/xssf/usermodel/TestXSSFCell.java b/src/ooxml/testcases/org/apache/poi/xssf/usermodel/TestXSSFCell.java index 76cb56393b..c53e184b2d 100644 --- a/src/ooxml/testcases/org/apache/poi/xssf/usermodel/TestXSSFCell.java +++ b/src/ooxml/testcases/org/apache/poi/xssf/usermodel/TestXSSFCell.java @@ -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();