You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by tn...@apache.org on 2015/02/19 10:21:07 UTC

[math] Update unit test for LocalizedFormats after removing the deprecated one.

Repository: commons-math
Updated Branches:
  refs/heads/master 6d50174ba -> d746a54c2


Update unit test for LocalizedFormats after removing the deprecated one.


Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/d746a54c
Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/d746a54c
Diff: http://git-wip-us.apache.org/repos/asf/commons-math/diff/d746a54c

Branch: refs/heads/master
Commit: d746a54c2ee50711283bb49e557f58ca491e1bac
Parents: 6d50174
Author: tn <th...@gmail.com>
Authored: Thu Feb 19 10:20:51 2015 +0100
Committer: tn <th...@gmail.com>
Committed: Thu Feb 19 10:20:51 2015 +0100

----------------------------------------------------------------------
 .../apache/commons/math4/exception/util/LocalizedFormatsTest.java | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-math/blob/d746a54c/src/test/java/org/apache/commons/math4/exception/util/LocalizedFormatsTest.java
----------------------------------------------------------------------
diff --git a/src/test/java/org/apache/commons/math4/exception/util/LocalizedFormatsTest.java b/src/test/java/org/apache/commons/math4/exception/util/LocalizedFormatsTest.java
index 4b169a9..a348757 100644
--- a/src/test/java/org/apache/commons/math4/exception/util/LocalizedFormatsTest.java
+++ b/src/test/java/org/apache/commons/math4/exception/util/LocalizedFormatsTest.java
@@ -22,7 +22,6 @@ import java.util.Enumeration;
 import java.util.Locale;
 import java.util.ResourceBundle;
 
-import org.apache.commons.math4.exception.util.LocalizedFormats;
 import org.junit.Assert;
 import org.junit.Test;
 
@@ -30,7 +29,7 @@ public class LocalizedFormatsTest {
 
     @Test
     public void testMessageNumber() {
-        Assert.assertEquals(322, LocalizedFormats.values().length);
+        Assert.assertEquals(321, LocalizedFormats.values().length);
     }
 
     @Test