Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 5904 invoked from network); 7 Aug 2007 16:16:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Aug 2007 16:16:59 -0000 Received: (qmail 54725 invoked by uid 500); 7 Aug 2007 16:16:58 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 54701 invoked by uid 500); 7 Aug 2007 16:16:58 -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 54690 invoked by uid 99); 7 Aug 2007 16:16:58 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Aug 2007 09:16:58 -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.quovadx.com) (208.30.140.160) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Aug 2007 16:16:48 +0000 Received: from qxvcexch01.ad.quovadx.com ([192.168.170.59]) by moroha.quovadx.com (8.13.6/8.13.6) with ESMTP id l77GGVjQ017843 for ; Tue, 7 Aug 2007 16:16:31 GMT X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----_=_NextPart_001_01C7D90E.25DD4CA9" Subject: [PATCH] Update test 22.locale.time.put.mt.cpp to validate results Date: Tue, 7 Aug 2007 10:15:37 -0600 Message-ID: In-Reply-To: X-MS-Has-Attach: yes X-MS-TNEF-Correlator: Thread-Topic: [PATCH] Update test 22.locale.time.put.mt.cpp to validate results Thread-Index: AcfYdAfxhdHSkInCRSSobpkhgkaqPAAU/rkA References: From: "Travis Vitek" To: X-Virus-Checked: Checked by ClamAV on apache.org ------_=_NextPart_001_01C7D90E.25DD4CA9 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Attached is a patch to enhance the time_put facet mt test. Threads verify that the values they put compare equal to those put in the primary thread. 2007-08-07 Travis Vitek * 22.locale.time.put.mt.cpp (MyIos, MyStreambuf, MyTimeData): Added structures to simplify testing. (run_test): Build table of in/outputs for verification in test threads.=20 (thread_func): Assert that data written matches expected. ------_=_NextPart_001_01C7D90E.25DD4CA9--