diff options
| author | John Christopher Anderson <jchris@apache.org> | 2010-01-07 19:42:51 +0000 |
|---|---|---|
| committer | John Christopher Anderson <jchris@apache.org> | 2010-01-07 19:42:51 +0000 |
| commit | aa44e253f47089e249612c496df85798922ac546 (patch) | |
| tree | 9448f185c1500c2e1ccaffe841a5342fd1829577 /share/www/script/test/users_db.js | |
| parent | 3a1f041e07c75001cf52cbae1391dcd801c17396 (diff) | |
cleanup patch for merge to trunk
git-svn-id: https://svn.apache.org/repos/asf/couchdb/branches/account@896982 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'share/www/script/test/users_db.js')
| -rw-r--r-- | share/www/script/test/users_db.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/share/www/script/test/users_db.js b/share/www/script/test/users_db.js index 9e8024f6..2cf63fcf 100644 --- a/share/www/script/test/users_db.js +++ b/share/www/script/test/users_db.js @@ -43,6 +43,7 @@ couchTests.users_db = function(debug) { } }); T(s.name == "jchris@apache.org"); + T(s.user_doc._id == "org.couchdb.user:jchris@apache.org") T(s.info.authenticated == "{couch_httpd_auth, default_authentication_handler}"); T(s.info.user_db == "test_suite_users"); TEquals(["{couch_httpd_oauth, oauth_authentication_handler}", |
