From b847d9298141f76e0444099e05bbc229f93f6461 Mon Sep 17 00:00:00 2001 From: Jan Lehnardt Date: Sat, 24 Apr 2010 15:31:26 +0000 Subject: add comment git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@937635 13f79535-47bb-0310-9956-ffa450edef68 --- share/www/script/test/users_db.js | 1 + 1 file changed, 1 insertion(+) (limited to 'share') 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" } }); -- cgit v1.2.3