mirror of
https://github.com/apache/poi.git
synced 2026-02-27 20:40:08 +08:00
This closes #315
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1901616 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
44b3bf86b3
commit
5bd31b6f8e
@ -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…
x
Reference in New Issue
Block a user