You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by da...@apache.org on 2014/07/31 23:43:33 UTC

[43/51] [abbrv] futon commit: updated refs/heads/import-master to 53a86dd

fix test assertion


Project: http://git-wip-us.apache.org/repos/asf/couchdb-futon/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-futon/commit/95bf1672
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-futon/tree/95bf1672
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-futon/diff/95bf1672

Branch: refs/heads/import-master
Commit: 95bf16728de08f1b037df4b736faee2786b35870
Parents: a72ccf5
Author: Robert Newson <rn...@apache.org>
Authored: Wed Apr 9 21:54:08 2014 +0100
Committer: Robert Newson <rn...@apache.org>
Committed: Wed Apr 9 21:54:08 2014 +0100

----------------------------------------------------------------------
 script/test/basics.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-futon/blob/95bf1672/script/test/basics.js
----------------------------------------------------------------------
diff --git a/script/test/basics.js b/script/test/basics.js
index c1ba0af..993456c 100644
--- a/script/test/basics.js
+++ b/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