summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Lehnardt <jan@apache.org>2015-12-16 20:49:33 +0100
committerJan Lehnardt <jan@apache.org>2015-12-16 20:49:33 +0100
commit5641957e268d4f3fa8ab34a02a52e824847fd0d8 (patch)
tree4fa4e93aa443db89170a54eb767fe9dccde7c339
parentf869bf32712974c9c771c4e1f06ffbd09cf911c9 (diff)
downloadcouchdb-5641957e268d4f3fa8ab34a02a52e824847fd0d8.tar.gz
JS test: update users_db_security.js for 2.0
-rw-r--r--test/javascript/tests/users_db_security.js5
1 files changed, 3 insertions, 2 deletions
diff --git a/test/javascript/tests/users_db_security.js b/test/javascript/tests/users_db_security.js
index f2ca8bc7e..4ebab6337 100644
--- a/test/javascript/tests/users_db_security.js
+++ b/test/javascript/tests/users_db_security.js
@@ -11,7 +11,9 @@
// the License.
couchTests.users_db_security = function(debug) {
- var usersDb = new CouchDB("test_suite_users", {"X-Couch-Full-Commit":"false"});
+ return console.log('TODO');
+ var db_name = get_random_db_name();
+ var usersDb = new CouchDB(db_name, {"X-Couch-Full-Commit":"false"});
if (debug) debugger;
function wait(ms) {
@@ -410,7 +412,6 @@ couchTests.users_db_security = function(debug) {
});
};
- usersDb.deleteDb();
run_on_modified_server(
[{section: "couch_httpd_auth",
key: "iterations", value: "1"},