From dev-return-8934-apmail-couchdb-dev-archive=couchdb.apache.org@couchdb.apache.org Thu Mar 04 03:03:09 2010 Return-Path: Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: (qmail 77322 invoked from network); 4 Mar 2010 03:03:09 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 4 Mar 2010 03:03:09 -0000 Received: (qmail 98028 invoked by uid 500); 4 Mar 2010 03:02:59 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 97921 invoked by uid 500); 4 Mar 2010 03:02:59 -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 97912 invoked by uid 99); 4 Mar 2010 03:02:59 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Mar 2010 03:02:59 +0000 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: domain of dionne@dionne-associates.com designates 69.89.21.11 as permitted sender) Received: from [69.89.21.11] (HELO outbound-mail-01.bluehost.com) (69.89.21.11) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 04 Mar 2010 03:02:49 +0000 Received: (qmail 31873 invoked by uid 0); 4 Mar 2010 03:02:28 -0000 Received: from unknown (HELO host183.hostmonster.com) (74.220.207.183) by cpoproxy1.bluehost.com with SMTP; 4 Mar 2010 03:02:28 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=default; d=dionne-associates.com; h=Received:From:Content-Type:Content-Transfer-Encoding:Subject:Date:References:To:Message-Id:Mime-Version:X-Mailer:X-Identified-User; b=GHis6yswDuXRUhZtfDGn5MWe4hGJDqumPqODKpqcVAESuf6lcLyxdUk2XVZD7Oe81Hr6MVzLda8RWHFgJoH2S82FZtWrUYXJSHYnguUGLdfbRnzQReK5GOR/ZrZaEiqk; Received: from adsl-99-51-245-61.dsl.wlfrct.sbcglobal.net ([99.51.245.61] helo=[192.168.1.101]) by host183.hostmonster.com with esmtpa (Exim 4.69) (envelope-from ) id 1Nn1KV-0001Qm-NP for dev@couchdb.apache.org; Wed, 03 Mar 2010 20:02:28 -0700 From: Robert Dionne Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: Fwd: etap tests-- sorry here's the change Date: Wed, 3 Mar 2010 22:02:26 -0500 References: <988BF067-28A4-487A-9F66-83DFACEC99F4@dionne-associates.com> To: dev@couchdb.apache.org Message-Id: Mime-Version: 1.0 (Apple Message framework v1077) X-Mailer: Apple Mail (2.1077) X-Identified-User: {2551:host183.hostmonster.com:dionneas:dionne-associates.com} {sentby:smtp auth 99.51.245.61 authed with dionne@dionne-associates.com} X-Virus-Checked: Checked by ClamAV on apache.org diff --git a/test/etap/010-file-basics.t b/test/etap/010-file-basics.t index 595d87e..a3599f1 100755 --- a/test/etap/010-file-basics.t +++ b/test/etap/010-file-basics.t @@ -16,7 +16,7 @@ filename() -> = test_util:build_file("test/etap/temp.010"). =20 main(_) -> test_util:init_code_path(), - etap:plan(16), + etap:plan(19), case (catch test()) of ok -> etap:end_tests(); diff --git a/test/etap/040-util.t b/test/etap/040-util.t index 9c8f3d5..8f80db8 100755 --- a/test/etap/040-util.t +++ b/test/etap/040-util.t @@ -17,7 +17,7 @@ main(_) -> test_util:init_code_path(), application:start(crypto), =20 - etap:plan(16), + etap:plan(14), case (catch test()) of ok -> etap:end_tests(); Begin forwarded message: > From: Robert Dionne > Date: March 3, 2010 9:35:17 PM EST > To: dev@couchdb.apache.org > Subject: etap tests > Reply-To: dev@couchdb.apache.org >=20 > Hi Damien, >=20 > That last checkin broke a couple of etaps. Tests had been added in one = file and removed in another. The counts at the top need to be updated = also, otherwise make check fails. Attached is a patch. >=20 > Cheers, >=20 > Bob >=20 >=20 >=20 >=20 >=20 >=20 >=20 >=20