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 4924611D77 for ; Wed, 9 Apr 2014 20:54:22 +0000 (UTC) Received: (qmail 94067 invoked by uid 500); 9 Apr 2014 20:54:19 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 93887 invoked by uid 500); 9 Apr 2014 20:54:17 -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 93859 invoked by uid 99); 9 Apr 2014 20:54:16 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Apr 2014 20:54:16 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id ADE7994FC70; Wed, 9 Apr 2014 20:54:16 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: rnewson@apache.org To: commits@couchdb.apache.org Date: Wed, 09 Apr 2014 20:54:18 -0000 Message-Id: In-Reply-To: <012cd5afb8ca473982fd886e7beedf2d@git.apache.org> References: <012cd5afb8ca473982fd886e7beedf2d@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [3/3] couchdb commit: updated refs/heads/master to fbc0545 fix test assertion Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/fbc0545e Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/fbc0545e Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/fbc0545e Branch: refs/heads/master Commit: fbc0545e39d7871afc469f3079dee67f823f3220 Parents: 631d033 Author: Robert Newson Authored: Wed Apr 9 21:54:08 2014 +0100 Committer: Robert Newson Committed: Wed Apr 9 21:54:08 2014 +0100 ---------------------------------------------------------------------- share/www/script/test/basics.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/fbc0545e/share/www/script/test/basics.js ---------------------------------------------------------------------- diff --git a/share/www/script/test/basics.js b/share/www/script/test/basics.js index c1ba0af..993456c 100644 --- a/share/www/script/test/basics.js +++ b/share/www/script/test/basics.js @@ -267,7 +267,7 @@ couchTests.basics = function(debug) { TEquals(400, xhr.status, "should return a bad request"); result = JSON.parse(xhr.responseText); TEquals("bad_request", result.error); - TEquals("You tried to DELETE a database with a ?=rev parameter. Did you mean to DELETE a document instead?", result.reason); + TEquals("You tried to DELETE a database with a ?rev= parameter. Did you mean to DELETE a document instead?", result.reason); // On restart, a request for creating a database that already exists can // not override the existing database file