Removed test deprecation. JIRA: MATH-470.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/branches/MATH_2_X@1058268 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
335a0f0e51
commit
6766e79cb6
|
@ -435,11 +435,6 @@ public final class MathUtilsTest extends TestCase {
|
|||
assertFalse(MathUtils.equalsIncludingNaN(Double.NEGATIVE_INFINITY, Double.POSITIVE_INFINITY, 100000));
|
||||
}
|
||||
|
||||
/**
|
||||
* @deprecated To be removed in release 3.0 (replaced by {@link
|
||||
* #testArrayEqualsIncludingNaN()}.
|
||||
*/
|
||||
@Deprecated
|
||||
public void testArrayEquals() {
|
||||
assertFalse(MathUtils.equals(new double[] { 1d }, null));
|
||||
assertFalse(MathUtils.equals(null, new double[] { 1d }));
|
||||
|
|
Loading…
Reference in New Issue