You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by rn...@apache.org on 2014/03/27 14:21:25 UTC

[3/4] couchdb commit: updated refs/heads/1.3.x to d93097e

s/401/403


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

Branch: refs/heads/1.3.x
Commit: d93097e5f30dad51a1c1162ebdd7cf48951b41e6
Parents: 10c8fbc
Author: Robert Newson <rn...@apache.org>
Authored: Thu Mar 27 13:19:46 2014 +0000
Committer: Robert Newson <rn...@apache.org>
Committed: Thu Mar 27 13:20:39 2014 +0000

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


http://git-wip-us.apache.org/repos/asf/couchdb/blob/d93097e5/share/www/script/test/uuids.js
----------------------------------------------------------------------
diff --git a/share/www/script/test/uuids.js b/share/www/script/test/uuids.js
index 0f141a9..d304c4e 100644
--- a/share/www/script/test/uuids.js
+++ b/share/www/script/test/uuids.js
@@ -82,7 +82,7 @@ couchTests.uuids = function(debug) {
 
   // test max_uuid_count
   var xhr = CouchDB.request("GET", "/_uuids?count=1001");
-  TEquals(401, xhr.status, "should error when count > max_count");
+  TEquals(403, xhr.status, "should error when count > max_count");
 
   run_on_modified_server([{
       "section": "uuids",