Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@www.apache.org Received: (qmail 75369 invoked from network); 10 Aug 2006 23:14:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 10 Aug 2006 23:14:10 -0000 Received: (qmail 37710 invoked by uid 500); 10 Aug 2006 23:14:08 -0000 Delivered-To: apmail-jakarta-commons-dev-archive@jakarta.apache.org Received: (qmail 37638 invoked by uid 500); 10 Aug 2006 23:14:08 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 37622 invoked by uid 99); 10 Aug 2006 23:14:08 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Aug 2006 16:14:08 -0700 X-ASF-Spam-Status: No, hits=1.9 required=10.0 tests=DNS_FROM_RFC_ABUSE,DNS_FROM_RFC_POST X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [217.12.12.197] (HELO smtp807.mail.ukl.yahoo.com) (217.12.12.197) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 10 Aug 2006 16:13:56 -0700 Received: (qmail 68578 invoked from network); 10 Aug 2006 23:13:17 -0000 Received: from unknown (HELO ?127.0.0.1?) (scolebourne@btinternet.com@81.151.181.247 with plain) by smtp807.mail.ukl.yahoo.com with SMTP; 10 Aug 2006 23:13:17 -0000 Message-ID: <44DBBD98.3010508@btopenworld.com> Date: Fri, 11 Aug 2006 00:13:28 +0100 From: Stephen Colebourne User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Jakarta Commons Developers List Subject: Re: svn commit: r430537 - /jakarta/commons/proper/lang/trunk/src/test/org/apache/commons/lang/LocaleUtilsTest.java References: <20060810212628.0AA511A981A@eris.apache.org> <20060810222614.170300@gmx.net> <31cc37360608101557h5a2495d8x73c2609b5466b1d2@mail.gmail.com> In-Reply-To: <31cc37360608101557h5a2495d8x73c2609b5466b1d2@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Antivirus: avast! (VPS 0632-2, 10/08/2006), Outbound message X-Antivirus-Status: Clean X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Coming from the UK, I might argue as to whether the US even speaks English ;-) Stephen Henri Yandell wrote: > Yep. The old US test was failing because in 1.5 and before it was just > EN and 1.6 is ES and EN. > > On 8/10/06, Antoine Levy-Lambert wrote: > >> Hi, >> >> does this mean that since JDK 1.6 USA speak English and Spanish ? >> >> Regards, >> >> Antoine >> >> -------- Original-Nachricht -------- >> Datum: Thu, 10 Aug 2006 21:26:27 -0000 >> Von: scolebourne@apache.org >> An: commons-cvs@jakarta.apache.org >> Betreff: svn commit: r430537 - >> /jakarta/commons/proper/lang/trunk/src/test/org/apache/commons/lang/LocaleUtilsTest.java >> >> >> > Author: scolebourne >> > Date: Thu Aug 10 14:26:27 2006 >> > New Revision: 430537 >> > >> > URL: http://svn.apache.org/viewvc?rev=430537&view=rev >> > Log: >> > LANG-271 - Change tests now JDK1.6 states the US has two national >> > languages >> > >> > Modified: >> > >> > >> jakarta/commons/proper/lang/trunk/src/test/org/apache/commons/lang/LocaleUtilsTest.java >> >> > >> > Modified: >> > >> jakarta/commons/proper/lang/trunk/src/test/org/apache/commons/lang/LocaleUtilsTest.java >> >> > URL: >> > >> http://svn.apache.org/viewvc/jakarta/commons/proper/lang/trunk/src/test/org/apache/commons/lang/LocaleUtilsTest.java?rev=430537&r1=430536&r2=430537&view=diff >> >> > >> ============================================================================== >> >> > --- >> > >> jakarta/commons/proper/lang/trunk/src/test/org/apache/commons/lang/LocaleUtilsTest.java >> (original) >> > +++ >> > >> jakarta/commons/proper/lang/trunk/src/test/org/apache/commons/lang/LocaleUtilsTest.java >> Thu Aug 10 14:26:27 2006 >> > @@ -35,7 +35,7 @@ >> > * >> > * @author Chris Hyzer >> > * @author Stephen Colebourne >> > - * @version $Id$ >> > + * @version $Id: LocaleUtilsTest.java 307282 2005-10-08 10:04:20Z >> > scolebourne $ >> > */ >> > public class LocaleUtilsTest extends TestCase { >> > >> > @@ -423,7 +423,7 @@ >> > */ >> > public void testLanguagesByCountry() { >> > assertLanguageByCountry(null, new String[0]); >> > - assertLanguageByCountry("US", new String[]{"en"}); >> > + assertLanguageByCountry("GB", new String[]{"en"}); >> > assertLanguageByCountry("ZZ", new String[0]); >> > assertLanguageByCountry("CH", new String[]{"fr", "de", "it"}); >> > } >> > >> > >> > >> > --------------------------------------------------------------------- >> > To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org >> > For additional commands, e-mail: commons-dev-help@jakarta.apache.org >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org >> For additional commands, e-mail: commons-dev-help@jakarta.apache.org >> >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org > For additional commands, e-mail: commons-dev-help@jakarta.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org