MPXDOC-154 : system locale setting makes test cases fail.

Patch submitted by : Lukas Theussl
Patch reviewed by : Arnaud Heritier

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@267480 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
aheritier
2005-09-03 16:27:49 +00:00
parent 27397a2230
commit a1d3b8b82a
3 changed files with 3 additions and 1 deletions

View File

@@ -18,3 +18,4 @@
# P R O J E C T P R O P E R T I E S
# -------------------------------------------------------------------
maven.junit.fork=yes
maven.compile.encoding=UTF-8

View File

@@ -64,6 +64,6 @@ public class LocaleUtilTest extends TestCase {
public void testDisplayName() {
Locale locale = new Locale("fr");
String result = LocaleUtil.displayName(locale, locale);
assertEquals(result, "Français");
assertEquals(result, "Fran\u00e7ais");
}
}

View File

@@ -26,6 +26,7 @@
</properties>
<body>
<release version="1.9.2-SNAPSHOT" date="In SVN">
<action dev="aheritier" type="fix" issue="MPXDOC-154" due-to="Juan F. Codagnone,Vincent Siveton,Lukas Theussl">System locale setting makes test cases fail.</action>
<action dev="vsiveton" type="fix" issue="MPXDOC-152" due-to="Arnaud Heritier">cvs-usage link not shown in project-info page</action>
<action dev="aheritier" type="fix">i18n : html code removed from bundles.</action>
<action dev="aheritier" type="fix">i18n : doc title wasn't printed in breadcrumbs.</action>