Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 16316 invoked from network); 6 Apr 2007 19:21:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Apr 2007 19:21:44 -0000 Received: (qmail 83156 invoked by uid 500); 6 Apr 2007 19:21:51 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 83140 invoked by uid 500); 6 Apr 2007 19:21:51 -0000 Mailing-List: contact stdcxx-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: stdcxx-dev@incubator.apache.org Delivered-To: mailing list stdcxx-dev@incubator.apache.org Received: (qmail 83109 invoked by uid 99); 6 Apr 2007 19:21:50 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Apr 2007 12:21:50 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [208.30.140.160] (HELO moroha.quovadx.com) (208.30.140.160) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Apr 2007 12:21:42 -0700 Received: from qxvcexch01.ad.quovadx.com ([192.168.170.59]) by moroha.quovadx.com (8.13.6/8.13.6) with ESMTP id l36JKthn004393 for ; Fri, 6 Apr 2007 19:20:56 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: rewrite of 22.locale.ctype test Date: Fri, 6 Apr 2007 13:21:04 -0600 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: rewrite of 22.locale.ctype test Thread-Index: Acd4gL30Ic9VawPOQJapEuyZUeAtsA== From: "Scott Zhong" To: X-Virus-Checked: Checked by ClamAV on apache.org As I had discuss with you Martin, rewrite the 22.locale.ctype test into smaller subtests with both char and wchar_t: 22.locale.ctype.is.ch 22.locale.ctype.toupper.tolower 22.locale.ctype.narrow.widen 22.locale.ctype.is 22.locale.ctype.scan Or would you like to further separate char and wchar_t into two separate test? E.g. 22.locale.ctype.is.ch.char and 22.locale.ctype.is.ch.wchar.t. Yu (Scott) Zhong