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:
Phil Steitz 2011-01-12 18:36:57 +00:00
parent 335a0f0e51
commit 6766e79cb6
1 changed files with 0 additions and 5 deletions

View File

@ -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 }));