You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by kx...@apache.org on 2015/10/22 20:52:32 UTC

[3/3] chttpd commit: updated refs/heads/master to 7a2bd8f

Fix start_couch test helper


Project: http://git-wip-us.apache.org/repos/asf/couchdb-chttpd/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-chttpd/commit/7a2bd8f3
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-chttpd/tree/7a2bd8f3
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-chttpd/diff/7a2bd8f3

Branch: refs/heads/master
Commit: 7a2bd8f31d4801d86cef0243d91d20a4c9ccbc22
Parents: 895715a
Author: Alexander Shorin <kx...@apache.org>
Authored: Thu Oct 22 21:27:04 2015 +0300
Committer: Alexander Shorin <kx...@apache.org>
Committed: Thu Oct 22 21:36:28 2015 +0300

----------------------------------------------------------------------
 src/chttpd_test_util.erl | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-chttpd/blob/7a2bd8f3/src/chttpd_test_util.erl
----------------------------------------------------------------------
diff --git a/src/chttpd_test_util.erl b/src/chttpd_test_util.erl
index fcea86b..a1a08ef 100644
--- a/src/chttpd_test_util.erl
+++ b/src/chttpd_test_util.erl
@@ -21,8 +21,7 @@ start_couch() ->
     start_couch(?CONFIG_CHAIN).
 
 start_couch(IniFiles) ->
-    ok = application:set_env(config, ini_files, IniFiles),
-    test_util:start_applications([inets, ibrowse, ssl, config, couch, chttpd]).
+    test_util:start_couch(IniFiles, [chttpd]).
 
 stop_couch(Ctx) ->
     test_util:stop_couch(Ctx).