diff options
author | Jan Lehnardt <jan@apache.org> | 2010-04-24 15:31:26 +0000 |
---|---|---|
committer | Jan Lehnardt <jan@apache.org> | 2010-04-24 15:31:26 +0000 |
commit | b847d9298141f76e0444099e05bbc229f93f6461 (patch) | |
tree | efbd484f9dda1bbdd698da4e41b972bc7f32980d /share | |
parent | 9f01f558cfbee26cd647a27e1802fac68ee970df (diff) |
add comment
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@937635 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'share')
-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 d2cd0a4c..77069c98 100644 --- a/share/www/script/test/users_db.js +++ b/share/www/script/test/users_db.js @@ -41,6 +41,7 @@ couchTests.users_db = function(debug) { // test that you can use basic auth aginst the users db var s = CouchDB.session({ headers : { + // base64_encode("jchris@apache.org:funnybone") "Authorization" : "Basic amNocmlzQGFwYWNoZS5vcmc6ZnVubnlib25l" } }); |