Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@www.apache.org Received: (qmail 31344 invoked from network); 10 Aug 2006 21:26:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 10 Aug 2006 21:26:58 -0000 Received: (qmail 46342 invoked by uid 500); 10 Aug 2006 21:26:56 -0000 Delivered-To: apmail-jakarta-commons-dev-archive@jakarta.apache.org Received: (qmail 46269 invoked by uid 500); 10 Aug 2006 21:26:56 -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 46258 invoked by uid 500); 10 Aug 2006 21:26:56 -0000 Received: (qmail 46249 invoked by uid 99); 10 Aug 2006 21:26:56 -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 14:26:56 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [140.211.166.113] (HELO eris.apache.org) (140.211.166.113) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Aug 2006 14:26:54 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 0AA511A981A; Thu, 10 Aug 2006 14:26:28 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r430537 - /jakarta/commons/proper/lang/trunk/src/test/org/apache/commons/lang/LocaleUtilsTest.java Date: Thu, 10 Aug 2006 21:26:27 -0000 To: commons-cvs@jakarta.apache.org From: scolebourne@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20060810212628.0AA511A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N 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