Author: psteitz Date: Sat Oct 19 20:38:42 2013 New Revision: 1533826 URL: http://svn.apache.org/r1533826 Log: Update message count. Should have been in r1533824 commit.
Modified: commons/proper/math/trunk/src/test/java/org/apache/commons/math3/exception/util/LocalizedFormatsTest.java Modified: commons/proper/math/trunk/src/test/java/org/apache/commons/math3/exception/util/LocalizedFormatsTest.java URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/test/java/org/apache/commons/math3/exception/util/LocalizedFormatsTest.java?rev=1533826&r1=1533825&r2=1533826&view=diff ============================================================================== --- commons/proper/math/trunk/src/test/java/org/apache/commons/math3/exception/util/LocalizedFormatsTest.java (original) +++ commons/proper/math/trunk/src/test/java/org/apache/commons/math3/exception/util/LocalizedFormatsTest.java Sat Oct 19 20:38:42 2013 @@ -30,7 +30,7 @@ public class LocalizedFormatsTest { @Test public void testMessageNumber() { - Assert.assertEquals(313, LocalizedFormats.values().length); + Assert.assertEquals(314, LocalizedFormats.values().length); } @Test