diff options
author | Paul J. Davis <paul.joseph.davis@gmail.com> | 2013-03-13 03:19:00 -0500 |
---|---|---|
committer | Paul J. Davis <paul.joseph.davis@gmail.com> | 2013-03-20 06:02:55 -0500 |
commit | 66809de92e4414e64f9a8934bf8f60845a3ff079 (patch) | |
tree | 6377ee987c7699e06f942e1a9c4f1718f644dbd3 /share | |
parent | c57ad19fe3a515e28465c527871248b5f9db272e (diff) | |
download | couchdb-66809de92e4414e64f9a8934bf8f60845a3ff079.tar.gz |
[goddamnraceconditions] Another delete after config change
Diffstat (limited to 'share')
-rw-r--r-- | share/www/script/test/users_db_security.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/share/www/script/test/users_db_security.js b/share/www/script/test/users_db_security.js index d439fcbfa..156927150 100644 --- a/share/www/script/test/users_db_security.js +++ b/share/www/script/test/users_db_security.js @@ -79,7 +79,6 @@ couchTests.users_db_security = function(debug) { var testFun = function() { - usersDb.deleteDb(); // _users db // a doc with a field 'password' should be hashed to 'derived_key' |