Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 52533 invoked from network); 23 Jan 2006 20:53:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 23 Jan 2006 20:53:33 -0000 Received: (qmail 38460 invoked by uid 500); 23 Jan 2006 20:53:32 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 38435 invoked by uid 500); 23 Jan 2006 20:53:32 -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 38423 invoked by uid 99); 23 Jan 2006 20:53:32 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Jan 2006 12:53:32 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [12.17.213.84] (HELO bco-exchange.bco.roguewave.com) (12.17.213.84) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Jan 2006 12:53:31 -0800 Received: from [10.70.2.6] (skynet.bco.roguewave.com [10.70.2.6]) by bco-exchange.bco.roguewave.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2657.72) id ZGW28H8C; Mon, 23 Jan 2006 13:46:09 -0700 Message-ID: <43D542BD.7040305@roguewave.com> Date: Mon, 23 Jan 2006 13:55:25 -0700 From: Liviu Nicoara User-Agent: Mozilla Thunderbird 1.0.7 (X11/20050923) X-Accept-Language: en-us, en MIME-Version: 1.0 To: stdcxx-dev@incubator.apache.org Subject: Re: 23.containers.deque.modifiers.cpp References: <43CE6FAC.3000507@moscow.vdiweb.com> <43CFE7F6.4060208@roguewave.com> <43D01A83.4020206@roguewave.com> <43D5298C.2060009@roguewave.com> In-Reply-To: <43D5298C.2060009@roguewave.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Martin Sebor wrote: > Liviu Nicoara wrote: > >>I have attached my tentative porting of lib.deque.modifiers test to the >>new driver. Martin, I would appreciate suggestions for improving the >>sections which use ToString class (one of those uses split formatting). > > > I don't see the class defined in the test. Did you by any chance > move/copy it into your version alg_test.h? Yes, I did. My bad, I just wanted to get your feed-back on the formatting bits and I didn't think that was important. I will stick a ToString in each of the tests using it. > > I think the bits that use the ToString class are fine. As soon as > I'm done with the extension to rw_asnprintf() to format arrays of > class X (we need to rename it!) it should be straightforward to > simply remove the class and pass the arrays directly to rw_assert(). Super. > > Btw., the old tests were designed to avoid invoking the RW_ASSERT > macro except on failure (i.e., there's usually an if (failed) { } > block around it). I got that. I will eliminate the conditionals from now on. Thanks, Liviu