You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ch...@apache.org on 2014/08/28 19:30:48 UTC

[48/50] [abbrv] couch-replicator commit: updated refs/heads/1963-eunit-bigcouch to 3cf0b13

Update include paths


Project: http://git-wip-us.apache.org/repos/asf/couchdb-couch-replicator/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-couch-replicator/commit/3233c26d
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-couch-replicator/tree/3233c26d
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-couch-replicator/diff/3233c26d

Branch: refs/heads/1963-eunit-bigcouch
Commit: 3233c26d1aeebfacbf6ead000c236bc64e8d7e4e
Parents: 2850b94
Author: Russell Branca <ch...@apache.org>
Authored: Wed Aug 27 15:36:07 2014 -0700
Committer: Russell Branca <ch...@apache.org>
Committed: Thu Aug 28 10:29:41 2014 -0700

----------------------------------------------------------------------
 test/couch_replicator_compact_tests.erl         | 4 ++--
 test/couch_replicator_httpc_pool_tests.erl      | 4 ++--
 test/couch_replicator_large_atts_tests.erl      | 4 ++--
 test/couch_replicator_many_leaves_tests.erl     | 4 ++--
 test/couch_replicator_missing_stubs_tests.erl   | 4 ++--
 test/couch_replicator_modules_load_tests.erl    | 2 +-
 test/couch_replicator_use_checkpoints_tests.erl | 4 ++--
 7 files changed, 13 insertions(+), 13 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-couch-replicator/blob/3233c26d/test/couch_replicator_compact_tests.erl
----------------------------------------------------------------------
diff --git a/test/couch_replicator_compact_tests.erl b/test/couch_replicator_compact_tests.erl
index 4e019fe..899bc15 100644
--- a/test/couch_replicator_compact_tests.erl
+++ b/test/couch_replicator_compact_tests.erl
@@ -12,8 +12,8 @@
 
 -module(couch_replicator_compact_tests).
 
--include("../../../test/couchdb/couch_eunit.hrl").
--include_lib("couchdb/couch_db.hrl").
+-include_lib("couch/include/couch_eunit.hrl").
+-include_lib("couch/include/couch_db.hrl").
 -include_lib("couch_replicator/src/couch_replicator.hrl").
 
 -define(ADMIN_ROLE, #user_ctx{roles=[<<"_admin">>]}).

http://git-wip-us.apache.org/repos/asf/couchdb-couch-replicator/blob/3233c26d/test/couch_replicator_httpc_pool_tests.erl
----------------------------------------------------------------------
diff --git a/test/couch_replicator_httpc_pool_tests.erl b/test/couch_replicator_httpc_pool_tests.erl
index 6bede4c..c6c6ad1 100644
--- a/test/couch_replicator_httpc_pool_tests.erl
+++ b/test/couch_replicator_httpc_pool_tests.erl
@@ -12,8 +12,8 @@
 
 -module(couch_replicator_httpc_pool_tests).
 
--include("../../../test/couchdb/couch_eunit.hrl").
--include_lib("couchdb/couch_db.hrl").
+-include_lib("couch/include/couch_eunit.hrl").
+-include_lib("couch/include/couch_db.hrl").
 
 -define(ADMIN_USER, {user_ctx, #user_ctx{roles=[<<"_admin">>]}}).
 -define(TIMEOUT, 1000).

http://git-wip-us.apache.org/repos/asf/couchdb-couch-replicator/blob/3233c26d/test/couch_replicator_large_atts_tests.erl
----------------------------------------------------------------------
diff --git a/test/couch_replicator_large_atts_tests.erl b/test/couch_replicator_large_atts_tests.erl
index ed7ec50..23cd3ea 100644
--- a/test/couch_replicator_large_atts_tests.erl
+++ b/test/couch_replicator_large_atts_tests.erl
@@ -12,8 +12,8 @@
 
 -module(couch_replicator_large_atts_tests).
 
--include("../../../test/couchdb/couch_eunit.hrl").
--include_lib("couchdb/couch_db.hrl").
+-include_lib("couch/include/couch_eunit.hrl").
+-include_lib("couch/include/couch_db.hrl").
 
 -define(ADMIN_ROLE, #user_ctx{roles=[<<"_admin">>]}).
 -define(ADMIN_USER, {user_ctx, ?ADMIN_ROLE}).

http://git-wip-us.apache.org/repos/asf/couchdb-couch-replicator/blob/3233c26d/test/couch_replicator_many_leaves_tests.erl
----------------------------------------------------------------------
diff --git a/test/couch_replicator_many_leaves_tests.erl b/test/couch_replicator_many_leaves_tests.erl
index 7d0de9e..215bc55 100644
--- a/test/couch_replicator_many_leaves_tests.erl
+++ b/test/couch_replicator_many_leaves_tests.erl
@@ -12,8 +12,8 @@
 
 -module(couch_replicator_many_leaves_tests).
 
--include("../../../test/couchdb/couch_eunit.hrl").
--include_lib("couchdb/couch_db.hrl").
+-include_lib("couch/include/couch_eunit.hrl").
+-include_lib("couch/include/couch_db.hrl").
 
 -define(ADMIN_ROLE, #user_ctx{roles=[<<"_admin">>]}).
 -define(ADMIN_USER, {user_ctx, ?ADMIN_ROLE}).

http://git-wip-us.apache.org/repos/asf/couchdb-couch-replicator/blob/3233c26d/test/couch_replicator_missing_stubs_tests.erl
----------------------------------------------------------------------
diff --git a/test/couch_replicator_missing_stubs_tests.erl b/test/couch_replicator_missing_stubs_tests.erl
index 0c2c30d..3371089 100644
--- a/test/couch_replicator_missing_stubs_tests.erl
+++ b/test/couch_replicator_missing_stubs_tests.erl
@@ -12,8 +12,8 @@
 
 -module(couch_replicator_missing_stubs_tests).
 
--include("../../../test/couchdb/couch_eunit.hrl").
--include_lib("couchdb/couch_db.hrl").
+-include_lib("couch/include/couch_eunit.hrl").
+-include_lib("couch/include/couch_db.hrl").
 
 -define(ADMIN_ROLE, #user_ctx{roles=[<<"_admin">>]}).
 -define(ADMIN_USER, {user_ctx, ?ADMIN_ROLE}).

http://git-wip-us.apache.org/repos/asf/couchdb-couch-replicator/blob/3233c26d/test/couch_replicator_modules_load_tests.erl
----------------------------------------------------------------------
diff --git a/test/couch_replicator_modules_load_tests.erl b/test/couch_replicator_modules_load_tests.erl
index cea4cc2..96a9346 100644
--- a/test/couch_replicator_modules_load_tests.erl
+++ b/test/couch_replicator_modules_load_tests.erl
@@ -12,7 +12,7 @@
 
 -module(couch_replicator_modules_load_tests).
 
--include("../../../test/couchdb/couch_eunit.hrl").
+-include_lib("couch/include/couch_eunit.hrl").
 
 
 modules_load_test_() ->

http://git-wip-us.apache.org/repos/asf/couchdb-couch-replicator/blob/3233c26d/test/couch_replicator_use_checkpoints_tests.erl
----------------------------------------------------------------------
diff --git a/test/couch_replicator_use_checkpoints_tests.erl b/test/couch_replicator_use_checkpoints_tests.erl
index f09a235..6381366 100644
--- a/test/couch_replicator_use_checkpoints_tests.erl
+++ b/test/couch_replicator_use_checkpoints_tests.erl
@@ -12,8 +12,8 @@
 
 -module(couch_replicator_use_checkpoints_tests).
 
--include("../../../test/couchdb/couch_eunit.hrl").
--include_lib("couchdb/couch_db.hrl").
+-include_lib("couch/include/couch_eunit.hrl").
+-include_lib("couch/include/couch_db.hrl").
 
 -define(ADMIN_ROLE, #user_ctx{roles=[<<"_admin">>]}).
 -define(ADMIN_USER, {user_ctx, ?ADMIN_ROLE}).