Author: fanningpj
Date: Fri May 16 08:57:02 2025
New Revision: 1925576

URL: http://svn.apache.org/viewvc?rev=1925576&view=rev
Log:
revert change

Modified:
    
poi/trunk/poi-ooxml/src/test/java/org/apache/poi/xssf/usermodel/TestXSSFCellStyle.java

Modified: 
poi/trunk/poi-ooxml/src/test/java/org/apache/poi/xssf/usermodel/TestXSSFCellStyle.java
URL: 
http://svn.apache.org/viewvc/poi/trunk/poi-ooxml/src/test/java/org/apache/poi/xssf/usermodel/TestXSSFCellStyle.java?rev=1925576&r1=1925575&r2=1925576&view=diff
==============================================================================
--- 
poi/trunk/poi-ooxml/src/test/java/org/apache/poi/xssf/usermodel/TestXSSFCellStyle.java
 (original)
+++ 
poi/trunk/poi-ooxml/src/test/java/org/apache/poi/xssf/usermodel/TestXSSFCellStyle.java
 Fri May 16 08:57:02 2025
@@ -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());



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to