Return-Path: Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: (qmail 59509 invoked from network); 1 Jun 2009 06:14:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 1 Jun 2009 06:14:32 -0000 Received: (qmail 56935 invoked by uid 500); 1 Jun 2009 06:14:44 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 56844 invoked by uid 500); 1 Jun 2009 06:14:44 -0000 Mailing-List: contact dev-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list dev@couchdb.apache.org Received: (qmail 56834 invoked by uid 99); 1 Jun 2009 06:14:43 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Jun 2009 06:14:43 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of foamdino@gmail.com designates 209.85.220.163 as permitted sender) Received: from [209.85.220.163] (HELO mail-fx0-f163.google.com) (209.85.220.163) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Jun 2009 06:14:36 +0000 Received: by fxm7 with SMTP id 7so8899186fxm.11 for ; Sun, 31 May 2009 23:14:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=hvLvYAs5D4gqu022E8CKdZBHz1FefTcQ8Z511YKqlyI=; b=fWaO3YajybV5KRR+Fot8zAmQ2YGS8P7xdJNf4G+U+FnH3DleJpHlzVwPvmd1cnqD3I vUH/xSARIAgHri3Rlv28e5njeLPtQYyyHDisCIyRTwZEFmekIq5pjodn1hBVx2Mx5e4h Od4amfEVuHn8wIjc1TXPyEMw4TGyluHqrFOhg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=Nnx8FSBToU/jnVxLdgO11L/dNCkwEFJytKcqoIFJkGvgPj49gqVpMib/fmp3SFaB8H 9rpgCGamTki1QgIkM6OQU05IpongIUXEyaox3hTZScxnCBXIK1rTpYgPldIc2JKK46Lh quu/pe55TBrmbu+N636iPWgKeRe5ca/PyeWu0= MIME-Version: 1.0 Received: by 10.103.220.18 with SMTP id x18mr3068584muq.24.1243836855044; Sun, 31 May 2009 23:14:15 -0700 (PDT) In-Reply-To: References: <20090530080201.D0D6A23888CC@eris.apache.org> <20090530140712.GE14371@tumbolia.org> <20090530153259.GM14907@tumbolia.org> <20090530153522.GN14907@tumbolia.org> <9766E847-5734-4B57-8896-ED89EEC37A61@apache.org> Date: Mon, 1 Jun 2009 07:14:15 +0100 Message-ID: Subject: Re: Test suite directory name (Was: Re: svn commit: r780197 - in /couchdb/trunk: Makefile.am t/ t/001-load.t t/010-file-basics.t t/011-file-headers.t t/020-btree-basics.t t/021-btree-reductions.t t/030-doc-from-json.t t/031-doc-to-json.t) From: Kevin Jackson To: dev@couchdb.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org > The t/* directory was just me following what I've seen as standard for > the etap layout so renaming it is perfectly fine with me. The etap documentation suggests t/* so that was following the guidelines. Kev