From e537632a0b357c265876517efccd0bc06950799a Mon Sep 17 00:00:00 2001 From: Jan Lehnardt Date: Wed, 2 Sep 2009 12:42:52 +0000 Subject: fix make check, patch by Bob Dionne, closes COUCHDB-493 git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@810485 13f79535-47bb-0310-9956-ffa450edef68 --- test/etap/070-couch-db.t | 2 +- test/etap/110-replication-httpc.t | 2 +- test/etap/111-replication-changes-feed.t | 2 +- test/etap/112-replication-missing-revs.t | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'test') diff --git a/test/etap/070-couch-db.t b/test/etap/070-couch-db.t index 2bc365d9..9f64d95b 100755 --- a/test/etap/070-couch-db.t +++ b/test/etap/070-couch-db.t @@ -29,7 +29,7 @@ main(_) -> test() -> - couch_server:start( + couch_server_sup:start_link( ["etc/couchdb/default_dev.ini", "etc/couchdb/local_dev.ini"] ), diff --git a/test/etap/110-replication-httpc.t b/test/etap/110-replication-httpc.t index 2bc140f6..040cae39 100755 --- a/test/etap/110-replication-httpc.t +++ b/test/etap/110-replication-httpc.t @@ -55,7 +55,7 @@ main(_) -> ok. test() -> - couch_server:start( + couch_server_sup:start_link( ["etc/couchdb/default_dev.ini", "etc/couchdb/local_dev.ini"] ), ibrowse:start(), diff --git a/test/etap/111-replication-changes-feed.t b/test/etap/111-replication-changes-feed.t index bfe40484..dcbd500e 100755 --- a/test/etap/111-replication-changes-feed.t +++ b/test/etap/111-replication-changes-feed.t @@ -54,7 +54,7 @@ main(_) -> ok. test() -> - couch_server:start( + couch_server_sup:start_link( ["etc/couchdb/default_dev.ini", "etc/couchdb/local_dev.ini"] ), ibrowse:start(), diff --git a/test/etap/112-replication-missing-revs.t b/test/etap/112-replication-missing-revs.t index 07b7c49d..07b9a8de 100755 --- a/test/etap/112-replication-missing-revs.t +++ b/test/etap/112-replication-missing-revs.t @@ -56,7 +56,7 @@ main(_) -> ok. test() -> - couch_server:start( + couch_server_sup:start_link( ["etc/couchdb/default_dev.ini", "etc/couchdb/local_dev.ini"] ), ibrowse:start(), -- cgit v1.2.3