You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ja...@apache.org on 2010/04/24 17:31:27 UTC

svn commit: r937635 - /couchdb/trunk/share/www/script/test/users_db.js

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("jchris@apache.org:funnybone")
         "Authorization" : "Basic amNocmlzQGFwYWNoZS5vcmc6ZnVubnlib25l"
       }
     });