From stdcxx-dev-return-1275-apmail-incubator-stdcxx-dev-archive=incubator.apache.org@incubator.apache.org Fri May 05 15:41:38 2006 Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 9460 invoked from network); 5 May 2006 15:41:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 5 May 2006 15:41:38 -0000 Received: (qmail 77346 invoked by uid 500); 5 May 2006 15:41:28 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 77269 invoked by uid 500); 5 May 2006 15:41:27 -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 77226 invoked by uid 99); 5 May 2006 15:41:27 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 May 2006 08:41:27 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of AntonP@moscow.vdiweb.com designates 195.210.189.132 as permitted sender) Received: from [195.210.189.132] (HELO mail.moscow.vdiweb.com) (195.210.189.132) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 May 2006 08:41:26 -0700 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: test for lib.string.substr Date: Fri, 5 May 2006 19:40:52 +0400 Message-ID: <4D6A8407B7AC6F4D95B0E55C4E7C4C62042764AE@exmsk.moscow.vdiweb.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: test for lib.string.substr Thread-Index: AcZvwuJMkB2/cdtRS5WwGKeA8fAIvAAjPOyA From: "Anton Pevtsov" To: X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N I committed the test. Martin Sebor wrote: > PS One question: why is the "last" string always the last test case in the array? It is just a marker of the end of the test cases array. There is no special need in it, I use it during the test implementation for debugging purposes.=20 Is it necessary to remove this test case? Thanks, Anton Pevtsov -----Original Message----- From: Martin Sebor [mailto:sebor@roguewave.com]=20 Sent: Friday, May 05, 2006 01:37 To: stdcxx-dev@incubator.apache.org Subject: Re: test for lib.string.substr Anton Pevtsov wrote: > The test for lib.string.substr is here:=20 > http://people.apache.org/~antonp/stdcxx05032006/ >=20 > Also there are required difference for 21.strings.cpp and 21.strings.h > files. Looks good! Please make the formatting changes we discussed before committing, i.e., change static const TestCase void_test_cases [] =3D { ... }; to static const TestCase void_test_cases [] =3D { ... }; Thanks! Martin PS One question: why is the "last" string always the last test case in the array?