Updated the tests too
Project: http://git-wip-us.apache.org/repos/asf/couchdb-mem3/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-mem3/commit/560d9430 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-mem3/tree/560d9430 Diff: http://git-wip-us.apache.org/repos/asf/couchdb-mem3/diff/560d9430 Branch: refs/heads/import Commit: 560d94303f9231629e5448d2f3b137b5368c3deb Parents: c2c5478 Author: Adam Kocoloski <a...@cloudant.com> Authored: Wed Feb 27 14:31:23 2013 -0500 Committer: Adam Kocoloski <a...@cloudant.com> Committed: Wed Feb 27 14:31:23 2013 -0500 ---------------------------------------------------------------------- test/mem3_util_test.erl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-mem3/blob/560d9430/test/mem3_util_test.erl ---------------------------------------------------------------------- diff --git a/test/mem3_util_test.erl b/test/mem3_util_test.erl index 89c23ca..6d574cb 100644 --- a/test/mem3_util_test.erl +++ b/test/mem3_util_test.erl @@ -130,11 +130,11 @@ nval_test() -> config_01_setup() -> Ini = filename:join([code:lib_dir(mem3, test), "01-config-default.ini"]), - {ok, Pid} = couch_config:start_link([Ini]), + {ok, Pid} = config:start_link([Ini]), Pid. config_teardown(_Pid) -> - couch_config:stop(). + config:stop(). n_val_test_() -> {"n_val tests",