summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJan Lehnardt <jan@apache.org>2009-09-02 12:42:52 +0000
committerJan Lehnardt <jan@apache.org>2009-09-02 12:42:52 +0000
commite537632a0b357c265876517efccd0bc06950799a (patch)
tree2b2aa53c2f9a90d9bd4719675c062918e151efdc /test
parent2fa163c599b81018a60790cb7a0400e21e8d6d89 (diff)
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
Diffstat (limited to 'test')
-rwxr-xr-xtest/etap/070-couch-db.t2
-rwxr-xr-xtest/etap/110-replication-httpc.t2
-rwxr-xr-xtest/etap/111-replication-changes-feed.t2
-rwxr-xr-xtest/etap/112-replication-missing-revs.t2
4 files changed, 4 insertions, 4 deletions
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(),