Update unit test for LocalizedFormats after removing the deprecated one.
This commit is contained in:
parent
6d50174baa
commit
d746a54c2e
|
@ -22,7 +22,6 @@ import java.util.Enumeration;
|
||||||
import java.util.Locale;
|
import java.util.Locale;
|
||||||
import java.util.ResourceBundle;
|
import java.util.ResourceBundle;
|
||||||
|
|
||||||
import org.apache.commons.math4.exception.util.LocalizedFormats;
|
|
||||||
import org.junit.Assert;
|
import org.junit.Assert;
|
||||||
import org.junit.Test;
|
import org.junit.Test;
|
||||||
|
|
||||||
|
@ -30,7 +29,7 @@ public class LocalizedFormatsTest {
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void testMessageNumber() {
|
public void testMessageNumber() {
|
||||||
Assert.assertEquals(322, LocalizedFormats.values().length);
|
Assert.assertEquals(321, LocalizedFormats.values().length);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
|
Loading…
Reference in New Issue