You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by rn...@apache.org on 2016/08/22 11:19:50 UTC

[24/50] ibrowse commit: updated refs/heads/upstream to b28542d

Workaround travis-ci build failure.


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

Branch: refs/heads/upstream
Commit: b4ad6df3c54a6e2a88a63e3ac97090baf04919cf
Parents: 3a4044d
Author: Chandrashekhar Mullaparthi <ch...@gmail.com>
Authored: Mon Sep 28 20:23:43 2015 +0100
Committer: Chandrashekhar Mullaparthi <ch...@gmail.com>
Committed: Mon Sep 28 20:23:43 2015 +0100

----------------------------------------------------------------------
 test/ibrowse_test.erl | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-ibrowse/blob/b4ad6df3/test/ibrowse_test.erl
----------------------------------------------------------------------
diff --git a/test/ibrowse_test.erl b/test/ibrowse_test.erl
index 0787493..4bf8ffc 100644
--- a/test/ibrowse_test.erl
+++ b/test/ibrowse_test.erl
@@ -266,8 +266,9 @@ unit_tests() ->
 
 unit_tests(Options, Test_list) ->
     application:start(crypto),
+    application:start(asn1),
     application:start(public_key),
-    application:ensure_all_started(ssl),
+    application:start(ssl),
     (catch ibrowse_test_server:start_server(8181, tcp)),
     application:start(ibrowse),
     Options_1 = Options ++ [{connect_timeout, 5000}],