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 E324211DC8 for ; Wed, 16 Apr 2014 18:14:09 +0000 (UTC) Received: (qmail 76621 invoked by uid 500); 16 Apr 2014 18:13:17 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 76469 invoked by uid 500); 16 Apr 2014 18:13:14 -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 76346 invoked by uid 99); 16 Apr 2014 18:13:11 -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, 16 Apr 2014 18:13:11 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 3A11493C39B; Wed, 16 Apr 2014 18:13:11 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: deathbear@apache.org To: commits@couchdb.apache.org Date: Wed, 16 Apr 2014 18:13:22 -0000 Message-Id: In-Reply-To: <9ce8c258bb7e440585d48b20f6a6f5d0@git.apache.org> References: <9ce8c258bb7e440585d48b20f6a6f5d0@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [13/35] couchdb commit: updated refs/heads/Query-UI-Cleanup to 7a37026 Fauxton: Fix failing pagination test Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/57426f08 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/57426f08 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/57426f08 Branch: refs/heads/Query-UI-Cleanup Commit: 57426f08ec55b21d99718ec4a8bf1996cc568d34 Parents: 11f9d8a Author: Garren Smith Authored: Mon Apr 14 08:53:36 2014 +0200 Committer: Garren Smith Committed: Mon Apr 14 08:53:36 2014 +0200 ---------------------------------------------------------------------- src/fauxton/app/addons/fauxton/tests/paginateSpec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/57426f08/src/fauxton/app/addons/fauxton/tests/paginateSpec.js ---------------------------------------------------------------------- diff --git a/src/fauxton/app/addons/fauxton/tests/paginateSpec.js b/src/fauxton/app/addons/fauxton/tests/paginateSpec.js index 8fc409a..d336ea8 100644 --- a/src/fauxton/app/addons/fauxton/tests/paginateSpec.js +++ b/src/fauxton/app/addons/fauxton/tests/paginateSpec.js @@ -31,7 +31,7 @@ define([ id:'myId2', doc: 'num2' }], { - database: {id: 'databaseId'}, + database: {id: 'databaseId', safeID: function () { return this.id;}}, design: '_design/myDoc' });