Sfoglia il codice sorgente

This closes #315

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1901616 13f79535-47bb-0310-9956-ffa450edef68
tags/REL_5_2_3
PJ Fanning 2 anni fa
parent
commit
5bd31b6f8e

+ 1
- 1
poi/src/test/java/org/apache/poi/ss/util/BaseTestCellUtil.java Vedi File

@@ -133,7 +133,7 @@ public abstract class BaseTestCellUtil {

// Set quotePrefixed to true
CellUtil.setCellStyleProperty(c, CellUtil.QUOTE_PREFIXED, true);
assertFalse(c.getCellStyle().getShrinkToFit());
assertTrue(c.getCellStyle().getQuotePrefixed());
}
}


Loading…
Annulla
Salva