mirror of
https://github.com/apache/poi.git
synced 2026-02-27 20:40:08 +08:00
saxon 12.7
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1925575 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
1b0f62a235
commit
51316e01d8
@ -120,7 +120,7 @@ subprojects {
|
||||
batikVersion = '1.19'
|
||||
graphics2dVersion = '3.0.3'
|
||||
pdfboxVersion = '3.0.5'
|
||||
saxonVersion = '12.5'
|
||||
saxonVersion = '12.7'
|
||||
xmlSecVersion = '3.0.5'
|
||||
apiGuardianVersion = '1.1.2'
|
||||
|
||||
|
||||
@ -1145,7 +1145,7 @@ class TestXSSFCellStyle {
|
||||
|
||||
// not everything is cloned by some properties are set
|
||||
assertEquals(cellStyle.getDataFormat(), xssfCellStyle.getDataFormat());
|
||||
// assertEquals(IndexedColors.DARK_BLUE.getIndex(), xssfCellStyle.getFillBackgroundColor());
|
||||
assertEquals(IndexedColors.DARK_BLUE.getIndex(), xssfCellStyle.getFillBackgroundColor());
|
||||
assertEquals(IndexedColors.DARK_RED.getIndex(), xssfCellStyle.getFillForegroundColor());
|
||||
assertEquals(FillPatternType.SOLID_FOREGROUND, xssfCellStyle.getFillPattern());
|
||||
assertEquals(HorizontalAlignment.RIGHT, xssfCellStyle.getAlignment());
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user