From c4f77587f5aa48c717cd14d81ae2c24f0e7b300e Mon Sep 17 00:00:00 2001 From: Phil Steitz Date: Sat, 19 Oct 2013 20:38:42 +0000 Subject: [PATCH] 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 --- .../commons/math3/exception/util/LocalizedFormatsTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/java/org/apache/commons/math3/exception/util/LocalizedFormatsTest.java b/src/test/java/org/apache/commons/math3/exception/util/LocalizedFormatsTest.java index 181c60d53..ac052eb08 100644 --- a/src/test/java/org/apache/commons/math3/exception/util/LocalizedFormatsTest.java +++ b/src/test/java/org/apache/commons/math3/exception/util/LocalizedFormatsTest.java @@ -30,7 +30,7 @@ public class LocalizedFormatsTest { @Test public void testMessageNumber() { - Assert.assertEquals(313, LocalizedFormats.values().length); + Assert.assertEquals(314, LocalizedFormats.values().length); } @Test