summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--share/www/script/test/users_db.js1
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"
}
});