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 23:00:39 UTC

[48/50] [abbrv] couch commit: updated refs/heads/1963-eunit-bigcouch to 0efdc71

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

Branch: refs/heads/1963-eunit-bigcouch
Commit: 7779d4d644a7217a362a8ab221599165e95e1ac7
Parents: 17b61b3
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:59:33 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/7779d4d6/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,