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
This commit is contained in:
parent
8490e7b6cf
commit
d6d75a3614
@ -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();
|
Workbook workbook = new XSSFWorkbook();
|
||||||
Sheet sheet = workbook.createSheet();
|
Sheet sheet = workbook.createSheet();
|
||||||
CreationHelper creationHelper = workbook.getCreationHelper();
|
CreationHelper creationHelper = workbook.getCreationHelper();
|
||||||
|
Loading…
Reference in New Issue
Block a user