Fixed message format formatting.
Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/540aa2e7 Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/540aa2e7 Diff: http://git-wip-us.apache.org/repos/asf/commons-math/diff/540aa2e7 Branch: refs/heads/master Commit: 540aa2e7ed7c0c0add1daad7fb548e156435e0a2 Parents: b723f82 Author: Phil Steitz <phil.ste...@gmail.com> Authored: Mon Dec 15 16:48:59 2014 -0700 Committer: Phil Steitz <phil.ste...@gmail.com> Committed: Mon Dec 15 16:48:59 2014 -0700 ---------------------------------------------------------------------- .../commons/math3/exception/util/LocalizedFormats_fr.properties | 4 ++-- .../commons/math3/exception/util/LocalizedFormatsTest.java | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-math/blob/540aa2e7/src/main/resources/assets/org/apache/commons/math3/exception/util/LocalizedFormats_fr.properties ---------------------------------------------------------------------- diff --git a/src/main/resources/assets/org/apache/commons/math3/exception/util/LocalizedFormats_fr.properties b/src/main/resources/assets/org/apache/commons/math3/exception/util/LocalizedFormats_fr.properties index 4157e52..4a78ff1 100644 --- a/src/main/resources/assets/org/apache/commons/math3/exception/util/LocalizedFormats_fr.properties +++ b/src/main/resources/assets/org/apache/commons/math3/exception/util/LocalizedFormats_fr.properties @@ -21,8 +21,8 @@ ASSYMETRIC_EIGEN_NOT_SUPPORTED = la d\u00e9composition en valeurs/vecteurs propr AT_LEAST_ONE_COLUMN = une matrice doit comporter au moins une colonne AT_LEAST_ONE_ROW = une matrice doit comporter au moins une ligne BANDWIDTH = bande passante ({0}) -BESSEL_FUNCTION_BAD_ARGUMENT = fonction d'ordre {0} ne peut pas \u00eatre calcul\u00e9 pour x = {1} -BESSEL_FUNCTION_FAILED_CONVERGENCE = fonction de l'ordre {0} n'a pas r\u00e9ussi \u00e0 converger pour x = {1} +BESSEL_FUNCTION_BAD_ARGUMENT = Bessel fonction de l''ordre {0} ne peut pas \u00eatre calcul\u00e9 pour x = {1} +BESSEL_FUNCTION_FAILED_CONVERGENCE = Bessel fonction de l''ordre {0} n''a pas r\u00e9ussi \u00e0 converger pour x = {1} BINOMIAL_INVALID_PARAMETERS_ORDER = n doit \u00eatre sup\u00e9rieur ou \u00e9gal \u00e0 k pour le coefficient du bin\u00f4me (n, k), or k = {0}, n = {1} BINOMIAL_NEGATIVE_PARAMETER = n doit \u00eatre positif pour le coefficient du bin\u00f4me (n, k), or n = {0} CANNOT_CLEAR_STATISTIC_CONSTRUCTED_FROM_EXTERNAL_MOMENTS = les statistiques bas\u00e9es sur des moments externes ne peuvent pas \u00eatre remises \u00e0 z\u00e9ro http://git-wip-us.apache.org/repos/asf/commons-math/blob/540aa2e7/src/test/java/org/apache/commons/math3/exception/util/LocalizedFormatsTest.java ---------------------------------------------------------------------- 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 34344d4..1a51f64 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 @@ -29,7 +29,7 @@ public class LocalizedFormatsTest { @Test public void testMessageNumber() { - Assert.assertEquals(320, LocalizedFormats.values().length); + Assert.assertEquals(322, LocalizedFormats.values().length); } @Test