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/09/05 04:30:23 UTC

[44/50] [abbrv] couch commit: updated refs/heads/1963-eunit-bigcouch to 2b2f129

Rename couch_server_sup to couch_sup in 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/0adc31ac
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-couch/tree/0adc31ac
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-couch/diff/0adc31ac

Branch: refs/heads/1963-eunit-bigcouch
Commit: 0adc31ace2a5d7ab9c13b675556120f7afa9ddee
Parents: 80ecfd8
Author: Russell Branca <ch...@apache.org>
Authored: Thu Aug 21 13:02:54 2014 -0700
Committer: Russell Branca <ch...@apache.org>
Committed: Thu Sep 4 14:37:35 2014 -0700

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


http://git-wip-us.apache.org/repos/asf/couchdb-couch/blob/0adc31ac/test/couchdb_modules_load_tests.erl
----------------------------------------------------------------------
diff --git a/test/couchdb_modules_load_tests.erl b/test/couchdb_modules_load_tests.erl
index c4fa40f..d1c6376 100644
--- a/test/couchdb_modules_load_tests.erl
+++ b/test/couchdb_modules_load_tests.erl
@@ -52,7 +52,7 @@ should_load_modules() ->
         couch_os_process,
         couch_query_servers,
         couch_server,
-        couch_server_sup,
+        couch_sup,
         couch_stats_aggregator,
         couch_stats_collector,
         couch_stream,