Author: jan
Date: Sat Apr 24 15:31:26 2010
New Revision: 937635
URL: http://svn.apache.org/viewvc?rev=937635&view=rev
Log:
add comment
Modified:
couchdb/trunk/share/www/script/test/users_db.js
Modified: couchdb/trunk/share/www/script/test/users_db.js
URL:
http://svn.apache.org/viewvc/couchdb/trunk/share/www/script/test/users_db.js?rev=937635&r1=937634&r2=937635&view=diff
==============================================================================
--- couchdb/trunk/share/www/script/test/users_db.js (original)
+++ couchdb/trunk/share/www/script/test/users_db.js Sat Apr 24 15:31:26 2010
@@ -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("[email protected]:funnybone")
"Authorization" : "Basic amNocmlzQGFwYWNoZS5vcmc6ZnVubnlib25l"
}
});