Fix 231-cors test suite bad plan and duplicate start for dep apps
Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/a83cfef0 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/a83cfef0 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/a83cfef0 Branch: refs/heads/Query-UI-Cleanup Commit: a83cfef06ddecd28daa269523dc4e5a217c37e6a Parents: 6fe7583 Author: Alexander Shorin <[email protected]> Authored: Tue Apr 15 22:14:30 2014 +0400 Committer: Alexander Shorin <[email protected]> Committed: Tue Apr 15 22:27:36 2014 +0400 ---------------------------------------------------------------------- test/etap/231-cors.t | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/a83cfef0/test/etap/231-cors.t ---------------------------------------------------------------------- diff --git a/test/etap/231-cors.t b/test/etap/231-cors.t index dd08ca8..0d79310 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()),
