summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Shorin <kxepal@apache.org>2014-04-15 22:14:30 +0400
committerAlexander Shorin <kxepal@apache.org>2014-04-15 22:14:30 +0400
commit26153741c71f6949478f10226ce06a7b611f4c85 (patch)
treed81451039d384e3adff0991507a4bb29bce37007
parentaa3d906d606ff5fe97c5dea83ca923295d725759 (diff)
downloadcouchdb-26153741c71f6949478f10226ce06a7b611f4c85.tar.gz
Fix 231-cors test suite bad plan and duplicate start for dep apps
-rw-r--r--test/etap/231-cors.t6
1 files changed, 1 insertions, 5 deletions
diff --git a/test/etap/231-cors.t b/test/etap/231-cors.t
index dd08ca847..0d79310be 100644
--- a/test/etap/231-cors.t
+++ b/test/etap/231-cors.t
@@ -32,7 +32,7 @@ server() ->
main(_) ->
test_util:init_code_path(),
- etap:plan(28),
+ etap:plan(25),
case (catch test()) of
ok ->
etap:end_tests();
@@ -58,10 +58,6 @@ cycle_db(DbName) ->
Db.
test() ->
-
- ibrowse:start(),
- crypto:start(),
-
%% launch couchdb
couch_server_sup:start_link(test_util:config_files()),