mirror of
https://github.com/apache/poi.git
synced 2026-02-27 20:40:08 +08:00
fix test issue
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1924535 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
70a69a4917
commit
49aef015a8
@ -531,7 +531,7 @@ public abstract class BaseTestConditionalFormatting {
|
||||
|
||||
// Sanity check data
|
||||
assertEquals("Values", s.getRow(0).getCell(0).toString());
|
||||
assertEquals("10", s.getRow(2).getCell(0).toString());
|
||||
assertEquals(10.0, s.getRow(2).getCell(0).getNumericCellValue());
|
||||
|
||||
// Check we found all the conditional formatting rules we should have
|
||||
SheetConditionalFormatting sheetCF = s.getSheetConditionalFormatting();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user