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:
PJ Fanning 2025-05-16 08:55:40 +00:00
parent 1b0f62a235
commit 51316e01d8
2 changed files with 2 additions and 2 deletions

View File

@ -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'

View File

@ -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());