don't crash if ibrowse is already started fix #COUCHDB-1986
Project: http://git-wip-us.apache.org/repos/asf/couchdb-couch-replicator/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-couch-replicator/commit/dd1c629f Tree: http://git-wip-us.apache.org/repos/asf/couchdb-couch-replicator/tree/dd1c629f Diff: http://git-wip-us.apache.org/repos/asf/couchdb-couch-replicator/diff/dd1c629f Branch: refs/heads/1843-feature-bigcouch Commit: dd1c629fca71997c6c7dae5658ccb4b9f7855e68 Parents: f272ebb Author: benoitc <[email protected]> Authored: Sat Dec 14 17:21:26 2013 +0100 Committer: Robert Newson <[email protected]> Committed: Thu Apr 24 15:34:45 2014 +0100 ---------------------------------------------------------------------- test/04-replication-large-atts.t | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-couch-replicator/blob/dd1c629f/test/04-replication-large-atts.t ---------------------------------------------------------------------- diff --git a/test/04-replication-large-atts.t b/test/04-replication-large-atts.t index 9adaead..29953de 100755 --- a/test/04-replication-large-atts.t +++ b/test/04-replication-large-atts.t @@ -53,9 +53,9 @@ main(_) -> test() -> - test_util:start_couch(), - ibrowse:start(), - crypto:start(), + couch_server_sup:start_link(test_util:config_files()), + application:start(ibrowse), + application:start(crypto), config:set("attachments", "compressible_types", "text/*", false), Pairs = [
