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/25 22:19:59 UTC

[09/12] couch commit: updated refs/heads/1963-eunit-bigcouch to c869805

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/91455bf9
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-couch/tree/91455bf9
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-couch/diff/91455bf9

Branch: refs/heads/1963-eunit-bigcouch
Commit: 91455bf9ca4be67946b6d78e0b6a6118040d6b2d
Parents: 5b29e23
Author: Russell Branca <ch...@apache.org>
Authored: Thu Aug 21 12:53:27 2014 -0700
Committer: Russell Branca <ch...@apache.org>
Committed: Mon Aug 25 13:19:13 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/91455bf9/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,