mirror of https://github.com/apache/poi.git
re-enable test
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1899689 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
be2a929f44
commit
2c4abb60f5
|
@ -30,9 +30,6 @@ import org.junit.jupiter.api.Test;
|
|||
* Test cases for ROUND(), ROUNDUP(), ROUNDDOWN()
|
||||
*/
|
||||
final class TestRoundFuncs {
|
||||
// github-43
|
||||
// https://github.com/apache/poi/pull/43
|
||||
@Disabled("ROUNDUP(3987*0.2, 2) currently fails by returning 797.41")
|
||||
@Test
|
||||
void testRoundUp() {
|
||||
assertRoundUpEquals(797.40, 3987*0.2, 2, 1e-10);
|
||||
|
|
Loading…
Reference in New Issue