You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by rn...@apache.org on 2014/09/05 23:10:43 UTC

[08/14] couch-mrview commit: updated refs/heads/master to d548785

Admin user again


Project: http://git-wip-us.apache.org/repos/asf/couchdb-couch-mrview/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-couch-mrview/commit/03201704
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-couch-mrview/tree/03201704
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-couch-mrview/diff/03201704

Branch: refs/heads/master
Commit: 03201704663baa0e7775d28b1edfbdc98693e193
Parents: 1d110e1
Author: Russell Branca <ch...@apache.org>
Authored: Wed Aug 27 18:27:13 2014 -0700
Committer: Russell Branca <ch...@apache.org>
Committed: Thu Aug 28 10:27:05 2014 -0700

----------------------------------------------------------------------
 src/couch_mrview_test_util.erl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-couch-mrview/blob/03201704/src/couch_mrview_test_util.erl
----------------------------------------------------------------------
diff --git a/src/couch_mrview_test_util.erl b/src/couch_mrview_test_util.erl
index 7599786..40ccf09 100644
--- a/src/couch_mrview_test_util.erl
+++ b/src/couch_mrview_test_util.erl
@@ -30,7 +30,7 @@ init_db(Name, Type, Count) ->
 
 new_db(Name, Type) ->
     couch_server:delete(Name, [?ADMIN_USER]),
-    {ok, Db} = couch_db:create(Name, [{user_ctx, ?ADMIN}]),
+    {ok, Db} = couch_db:create(Name, [?ADMIN_USER]),
     save_docs(Db, [ddoc(Type)]).