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/26 22:52:01 UTC

[41/42] couch commit: updated refs/heads/1963-eunit-bigcouch to c3f3807

Remove couch_ref_counter from couch module tests


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

Branch: refs/heads/1963-eunit-bigcouch
Commit: 863ee8f1a7958f91f80e742468cba64fdb5b4e9b
Parents: de1812d
Author: Russell Branca <ch...@apache.org>
Authored: Thu Aug 21 12:53:27 2014 -0700
Committer: Russell Branca <ch...@apache.org>
Committed: Tue Aug 26 13:49:08 2014 -0700

----------------------------------------------------------------------
 test/couchdb_modules_load_tests.erl | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-couch/blob/863ee8f1/test/couchdb_modules_load_tests.erl
----------------------------------------------------------------------
diff --git a/test/couchdb_modules_load_tests.erl b/test/couchdb_modules_load_tests.erl
index 23cb375..c4fa40f 100644
--- a/test/couchdb_modules_load_tests.erl
+++ b/test/couchdb_modules_load_tests.erl
@@ -51,7 +51,6 @@ should_load_modules() ->
         couch_log,
         couch_os_process,
         couch_query_servers,
-        couch_ref_counter,
         couch_server,
         couch_server_sup,
         couch_stats_aggregator,