mirror of https://github.com/apache/poi.git
add test
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892076 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f15474f1ba
commit
5ded0c8212
|
@ -115,6 +115,6 @@ final class TestTimeValue {
|
|||
fe.notifyUpdateCell(cell);
|
||||
CellValue result = fe.evaluate(cell);
|
||||
assertEquals(result.getCellType(), CellType.NUMERIC);
|
||||
assertEquals(expectedResult, result.getNumberValue());
|
||||
assertEquals(expectedResult, result.getNumberValue(), 0.0001);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue