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:
Phil Steitz 2013-10-19 20:38:42 +00:00
parent 52e85a5f6f
commit c4f77587f5
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ public class LocalizedFormatsTest {
@Test
public void testMessageNumber() {
Assert.assertEquals(313, LocalizedFormats.values().length);
Assert.assertEquals(314, LocalizedFormats.values().length);
}
@Test