Return-Path: X-Original-To: apmail-couchdb-commits-archive@www.apache.org Delivered-To: apmail-couchdb-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 59FA310155 for ; Wed, 5 Jun 2013 20:04:45 +0000 (UTC) Received: (qmail 39900 invoked by uid 500); 5 Jun 2013 20:04:45 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 39753 invoked by uid 500); 5 Jun 2013 20:04:45 -0000 Mailing-List: contact commits-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 commits@couchdb.apache.org Received: (qmail 39739 invoked by uid 99); 5 Jun 2013 20:04:44 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Jun 2013 20:04:44 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 40A9F316316; Wed, 5 Jun 2013 20:04:44 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: jan@apache.org To: commits@couchdb.apache.org Date: Wed, 05 Jun 2013 20:04:45 -0000 Message-Id: <8d634c8c784d4b339da6edf52be588b9@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [2/2] git commit: updated refs/heads/master to e78ce41 fix 140-*.t, reflect mv README README.rst Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/e78ce41f Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/e78ce41f Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/e78ce41f Branch: refs/heads/master Commit: e78ce41f7c2a6f684b1cda998d5bb6e4d0385e23 Parents: df23be9 Author: Jan Lehnardt Authored: Wed Jun 5 22:04:32 2013 +0200 Committer: Jan Lehnardt Committed: Wed Jun 5 22:04:39 2013 +0200 ---------------------------------------------------------------------- test/etap/140-attachment-comp.t | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/e78ce41f/test/etap/140-attachment-comp.t ---------------------------------------------------------------------- diff --git a/test/etap/140-attachment-comp.t b/test/etap/140-attachment-comp.t index 130b09f..6f075ce 100755 --- a/test/etap/140-attachment-comp.t +++ b/test/etap/140-attachment-comp.t @@ -723,6 +723,6 @@ test_png_data() -> test_text_data() -> {ok, Data} = file:read_file( - test_util:source_file("README") + test_util:source_file("README.rst") ), Data.