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

Branch: refs/heads/1963-eunit-bigcouch
Commit: a205b837afe6d75abb1605469f6011a0b63cea22
Parents: 91455bf
Author: Russell Branca <[email protected]>
Authored: Thu Aug 21 13:02:54 2014 -0700
Committer: Russell Branca <[email protected]>
Committed: Mon Aug 25 13:19:13 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/a205b837/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,

Reply via email to