Return-Path: X-Original-To: apmail-couchdb-commits-archive@www.apache.org Delivered-To: apmail-couchdb-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DA56F9690 for ; Tue, 21 Feb 2012 19:18:58 +0000 (UTC) Received: (qmail 42426 invoked by uid 500); 21 Feb 2012 19:18:58 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 42379 invoked by uid 500); 21 Feb 2012 19:18:58 -0000 Mailing-List: contact commits-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list commits@couchdb.apache.org Received: (qmail 42371 invoked by uid 99); 21 Feb 2012 19:18:58 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Feb 2012 19:18:58 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.114] (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Feb 2012 19:18:51 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 9A59F811E0C; Tue, 21 Feb 2012 19:18:30 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: jan@apache.org To: commits@couchdb.apache.org X-Mailer: ASF-Git Admin Mailer Subject: [1/3] git commit: fix comments & whitespace in tests Message-Id: <20120221191830.9A59F811E0C@tyr.zones.apache.org> Date: Tue, 21 Feb 2012 19:18:30 +0000 (UTC) X-Virus-Checked: Checked by ClamAV on apache.org Updated Branches: refs/heads/1.2.x 2ef8ecc08 -> 8c76f98b2 fix comments & whitespace in tests Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/a1c9c992 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/a1c9c992 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/a1c9c992 Branch: refs/heads/1.2.x Commit: a1c9c9927e3338b5156bd1bfc9704a4634ea887c Parents: 2ef8ecc Author: Jan Lehnardt Authored: Thu Feb 16 16:29:06 2012 +0100 Committer: Jan Lehnardt Committed: Tue Feb 21 14:39:05 2012 +0100 ---------------------------------------------------------------------- share/www/script/test/users_db_security.js | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/a1c9c992/share/www/script/test/users_db_security.js ---------------------------------------------------------------------- diff --git a/share/www/script/test/users_db_security.js b/share/www/script/test/users_db_security.js index 8e1bb21..faa2be4 100644 --- a/share/www/script/test/users_db_security.js +++ b/share/www/script/test/users_db_security.js @@ -99,11 +99,9 @@ couchTests.users_db_security = function(debug) { TEquals(null, res, "anonymous user doc read should be not found"); // user should be able to read their own document - var jchrisDoc = open_as(usersDb, "org.couchdb.user:jchris", "jchris"); TEquals("org.couchdb.user:jchris", jchrisDoc._id); - // user should bt able to update their own document // new 'password' fields should trigger new hashing routine jchrisDoc.password = "couch"; @@ -227,7 +225,7 @@ couchTests.users_db_security = function(debug) { }); }; - usersDb.deleteDb(); + usersDb.deleteDb(); run_on_modified_server( [{section: "couch_httpd_auth", key: "authentication_db", value: usersDb.name}],