Repository: couchdb-config
Updated Branches:
  refs/heads/fix-eunit-tests [created] a7206c71b


Let test_util figure out our deps

Dependencies are already listed in config.app.src so we should just let
the test_util figure out what else needs starting.


Project: http://git-wip-us.apache.org/repos/asf/couchdb-config/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-config/commit/74728c45
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-config/tree/74728c45
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-config/diff/74728c45

Branch: refs/heads/fix-eunit-tests
Commit: 74728c451909fc3c369cbf0406b5ec8dadbd3c47
Parents: f62d553
Author: Paul J. Davis <[email protected]>
Authored: Tue May 16 15:06:37 2017 -0500
Committer: Paul J. Davis <[email protected]>
Committed: Tue May 16 15:06:37 2017 -0500

----------------------------------------------------------------------
 test/config_tests.erl | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-config/blob/74728c45/test/config_tests.erl
----------------------------------------------------------------------
diff --git a/test/config_tests.erl b/test/config_tests.erl
index a0e1758..196e29f 100644
--- a/test/config_tests.erl
+++ b/test/config_tests.erl
@@ -50,8 +50,6 @@
         FileName
     end).
 
--define(DEPS, [couch_stats, couch_log, config]).
-
 
 -define(T(F), {erlang:fun_to_list(F), F}).
 -define(FEXT(F), fun(_, _) -> F() end).
@@ -69,7 +67,7 @@ setup({persistent, Chain}) ->
 
 setup(Chain) ->
     ok = application:set_env(config, ini_files, Chain),
-    test_util:start_applications(?DEPS).
+    test_util:start_applications([config]).
 
 
 setup_empty() ->

Reply via email to