Return-Path: Delivered-To: apmail-stdcxx-dev-archive@www.apache.org Received: (qmail 62833 invoked from network); 21 May 2008 20:08:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 21 May 2008 20:08:10 -0000 Received: (qmail 71416 invoked by uid 500); 21 May 2008 20:08:12 -0000 Delivered-To: apmail-stdcxx-dev-archive@stdcxx.apache.org Received: (qmail 71389 invoked by uid 500); 21 May 2008 20:08:12 -0000 Mailing-List: contact dev-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 dev@stdcxx.apache.org Received: (qmail 71378 invoked by uid 99); 21 May 2008 20:08:12 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 May 2008 13:08:11 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [208.30.140.160] (HELO moroha.roguewave.com) (208.30.140.160) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 May 2008 20:07:19 +0000 Received: from exchmail01.Blue.Roguewave.Com (exchmail01.blue.roguewave.com [10.22.129.22]) by moroha.roguewave.com (8.13.6/8.13.6) with ESMTP id m4LK7dil002734 for ; Wed, 21 May 2008 20:07:39 GMT X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: quoted-printable Subject: RE: svn commit: r658807 - /stdcxx/branches/4.2.x/tests/localization/ Date: Wed, 21 May 2008 14:07:35 -0600 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: svn commit: r658807 - /stdcxx/branches/4.2.x/tests/localization/ Thread-Index: Aci7dmct0cr8Nl3+SR6CInEpP6WHyAABQJrQ References: <20080521183950.88E9B23889F3@eris.apache.org> <4834735A.5090704@roguewave.com> From: "Travis Vitek" To: X-Virus-Checked: Checked by ClamAV on apache.org =20 Martin Sebor wrote: > >vitek@apache.org wrote: >> Author: vitek >> Date: Wed May 21 11:39:49 2008 >> New Revision: 658807 >>=20 >> URL: http://svn.apache.org/viewvc?rev=3D658807&view=3Drev >> Log: >> 2008-05-21 Travis Vitek >>=20 >> * tests/localization/22.locale.moneypunct.mt.cpp: Cast timeout >> to size_t to avoid conversion warnings. >[...] >> * tests/localization/22.locale.ctype.mt.cpp: Ditto. >[...] >> Modified:=20 >stdcxx/branches/4.2.x/tests/localization/22.locale.ctype.mt.cpp >> URL:=20 >http://svn.apache.org/viewvc/stdcxx/branches/4.2.x/tests/locali >zation/22.locale.ctype.mt.cpp?rev=3D658807&r1=3D658806&r2=3D658807&view=3D= diff > >Is this your idea for how to quickly get failing tests to pass? ;-) > Oh wow. That's embarrassing. Reverted to previous revision and applied appropriate change in r658839.