From issues-return-2087-apmail-stdcxx-issues-archive=stdcxx.apache.org@stdcxx.apache.org Tue Jun 03 19:35:08 2008 Return-Path: Delivered-To: apmail-stdcxx-issues-archive@locus.apache.org Received: (qmail 32460 invoked from network); 3 Jun 2008 19:35:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Jun 2008 19:35:08 -0000 Received: (qmail 68341 invoked by uid 500); 3 Jun 2008 19:35:11 -0000 Delivered-To: apmail-stdcxx-issues-archive@stdcxx.apache.org Received: (qmail 68322 invoked by uid 500); 3 Jun 2008 19:35:10 -0000 Mailing-List: contact issues-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 issues@stdcxx.apache.org Received: (qmail 68311 invoked by uid 99); 3 Jun 2008 19:35:10 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Jun 2008 12:35:10 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Jun 2008 19:34:23 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 01C8E234C12F for ; Tue, 3 Jun 2008 12:34:45 -0700 (PDT) Message-ID: <1658139413.1212521685006.JavaMail.jira@brutus> Date: Tue, 3 Jun 2008 12:34:45 -0700 (PDT) From: "Eric Lemings (JIRA)" To: issues@stdcxx.apache.org Subject: [jira] Resolved: (STDCXX-810) inconsistent testuite header names In-Reply-To: <329650040.1206919224484.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/STDCXX-810?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Lemings resolved STDCXX-810. --------------------------------- Resolution: Fixed > inconsistent testuite header names > ---------------------------------- > > Key: STDCXX-810 > URL: https://issues.apache.org/jira/browse/STDCXX-810 > Project: C++ Standard Library > Issue Type: Improvement > Components: Test Driver > Affects Versions: 4.1.2, 4.1.3, 4.1.4, 4.2.0 > Reporter: Martin Sebor > Assignee: Eric Lemings > Priority: Minor > Fix For: 4.3 > > Original Estimate: 1h > Time Spent: 2h > Remaining Estimate: 0h > > The names of some test suite headers start with the {{rw_}} prefix (such as [rw_alarm.h|http://svn.apache.org/repos/asf/stdcxx/trunk/tests/include/rw_alarm.h]) but others don't follow this convention (e.g., [21.strings.h|http://svn.apache.org/repos/asf/stdcxx/trunk/tests/include/21.strings.h] or [driver.h|http://svn.apache.org/repos/asf/stdcxx/trunk/tests/include/driver.h]). For consistency, we should add the {{rw_}} prefix to all test suite headers that are missing it. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.