don't crash if ibrowse is already started fix #COUCHDB-1986
Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/74e0f08f Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/74e0f08f Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/74e0f08f Branch: refs/heads/1960-paginate-all_dbs Commit: 74e0f08f72f8c002674159a4f765991f101abddc Parents: cb90950 Author: Benoit Chesneau <[email protected]> Authored: Sat Dec 14 17:21:26 2013 +0100 Committer: Benoit Chesneau <[email protected]> Committed: Sat Dec 14 17:21:26 2013 +0100 ---------------------------------------------------------------------- src/couch_replicator/test/04-replication-large-atts.t | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/74e0f08f/src/couch_replicator/test/04-replication-large-atts.t ---------------------------------------------------------------------- diff --git a/src/couch_replicator/test/04-replication-large-atts.t b/src/couch_replicator/test/04-replication-large-atts.t index 5386179..a7063c7 100755 --- a/src/couch_replicator/test/04-replication-large-atts.t +++ b/src/couch_replicator/test/04-replication-large-atts.t @@ -64,8 +64,8 @@ main(_) -> test() -> couch_server_sup:start_link(test_util:config_files()), - ibrowse:start(), - crypto:start(), + application:start(ibrowse), + application:start(crypto), couch_config:set("attachments", "compressible_types", "text/*", false), Pairs = [
