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 00FCC11172 for ; Fri, 5 Sep 2014 21:11:12 +0000 (UTC) Received: (qmail 15871 invoked by uid 500); 5 Sep 2014 21:11:11 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 15706 invoked by uid 500); 5 Sep 2014 21:11:11 -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 15533 invoked by uid 99); 5 Sep 2014 21:11:11 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Sep 2014 21:11:11 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 5CCB7A0B3F8; Fri, 5 Sep 2014 21:11:11 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: rnewson@apache.org To: commits@couchdb.apache.org Date: Fri, 05 Sep 2014 21:11:16 -0000 Message-Id: <9657f61173054091bda85c0d8844b77c@git.apache.org> In-Reply-To: <9c092c0caa124507956374a1aae69721@git.apache.org> References: <9c092c0caa124507956374a1aae69721@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [06/12] config commit: updated refs/heads/master to 1eb910f Update include paths Project: http://git-wip-us.apache.org/repos/asf/couchdb-config/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-config/commit/07a5cb15 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-config/tree/07a5cb15 Diff: http://git-wip-us.apache.org/repos/asf/couchdb-config/diff/07a5cb15 Branch: refs/heads/master Commit: 07a5cb15142b661354c9568d67a65063cdcd6c4a Parents: 119bfeb Author: Russell Branca Authored: Thu Aug 28 14:02:04 2014 -0700 Committer: Russell Branca Committed: Thu Aug 28 14:02:04 2014 -0700 ---------------------------------------------------------------------- test/couch_config_tests.erl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-config/blob/07a5cb15/test/couch_config_tests.erl ---------------------------------------------------------------------- diff --git a/test/couch_config_tests.erl b/test/couch_config_tests.erl index 9e9dfe7..91ec5e6 100644 --- a/test/couch_config_tests.erl +++ b/test/couch_config_tests.erl @@ -12,8 +12,8 @@ -module(couch_config_tests). --include("couch_eunit.hrl"). --include_lib("couchdb/couch_db.hrl"). +-include_lib("couch/include/couch_eunit.hrl"). +-include_lib("couch/include/couch_db.hrl"). -define(SHORT_TIMEOUT, 100). -define(TIMEOUT, 1000).