Return-Path: Delivered-To: apmail-stdcxx-commits-archive@www.apache.org Received: (qmail 50928 invoked from network); 10 Apr 2008 10:38:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 10 Apr 2008 10:38:25 -0000 Received: (qmail 36267 invoked by uid 500); 10 Apr 2008 10:38:25 -0000 Delivered-To: apmail-stdcxx-commits-archive@stdcxx.apache.org Received: (qmail 36252 invoked by uid 500); 10 Apr 2008 10:38:25 -0000 Mailing-List: contact commits-help@stdcxx.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@stdcxx.apache.org Delivered-To: mailing list commits@stdcxx.apache.org Received: (qmail 36243 invoked by uid 99); 10 Apr 2008 10:38:25 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Apr 2008 03:38:25 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Apr 2008 10:37:42 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 4F7071A9832; Thu, 10 Apr 2008 03:38:02 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r646739 - /stdcxx/trunk/tests/regress/22.locale.codecvt.stdcxx-435.cpp Date: Thu, 10 Apr 2008 10:38:01 -0000 To: commits@stdcxx.apache.org From: faridz@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080410103802.4F7071A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: faridz Date: Thu Apr 10 03:37:54 2008 New Revision: 646739 URL: http://svn.apache.org/viewvc?rev=646739&view=rev Log: 2008-04-10 Farid Zaripov * tests/regress/22.locale.codecvt.stdcxx-435.cpp (main): Added zero element in names array to correctly terminate the loop. Modified: stdcxx/trunk/tests/regress/22.locale.codecvt.stdcxx-435.cpp Modified: stdcxx/trunk/tests/regress/22.locale.codecvt.stdcxx-435.cpp URL: http://svn.apache.org/viewvc/stdcxx/trunk/tests/regress/22.locale.codecvt.stdcxx-435.cpp?rev=646739&r1=646738&r2=646739&view=diff ============================================================================== --- stdcxx/trunk/tests/regress/22.locale.codecvt.stdcxx-435.cpp (original) +++ stdcxx/trunk/tests/regress/22.locale.codecvt.stdcxx-435.cpp Thu Apr 10 03:37:54 2008 @@ -48,7 +48,9 @@ "as-IN", // Win Vista "bn-IN", // Win XP SP2 "zh-HK", - "zh-CN" + "zh-CN", + + 0 }; // try to find the first multibyte locale on this system