Update message count. Should have been in r1533824 commit.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1533826 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
52e85a5f6f
commit
c4f77587f5
|
@ -30,7 +30,7 @@ public class LocalizedFormatsTest {
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void testMessageNumber() {
|
public void testMessageNumber() {
|
||||||
Assert.assertEquals(313, LocalizedFormats.values().length);
|
Assert.assertEquals(314, LocalizedFormats.values().length);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
|
Loading…
Reference in New Issue