You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ro...@apache.org on 2014/07/25 20:11:08 UTC

fauxton commit: updated refs/heads/master to b6e4fd1

Repository: couchdb-fauxton
Updated Branches:
  refs/heads/master d68bc8e4c -> b6e4fd129


Fix failing test in documents

The changes-view was moved to a separate file.


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

Branch: refs/heads/master
Commit: b6e4fd1296bc5972d34b157c7241500f0076cbbf
Parents: d68bc8e
Author: Robert Kowalski <ro...@kowalski.gd>
Authored: Fri Jul 25 20:03:38 2014 +0200
Committer: Robert Kowalski <ro...@kowalski.gd>
Committed: Fri Jul 25 20:04:55 2014 +0200

----------------------------------------------------------------------
 app/addons/documents/tests/viewsSpec.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/b6e4fd12/app/addons/documents/tests/viewsSpec.js
----------------------------------------------------------------------
diff --git a/app/addons/documents/tests/viewsSpec.js b/app/addons/documents/tests/viewsSpec.js
index 8bc1397..341ed8e 100644
--- a/app/addons/documents/tests/viewsSpec.js
+++ b/app/addons/documents/tests/viewsSpec.js
@@ -17,7 +17,7 @@ define([
 
   describe('DocumentsViews', function () {
     it('should load', function () {
-      assert.equal(typeof Views.Views.Changes, 'function');
+      assert.equal(typeof Views.Views.AllDocsList, 'function');
     });
   });
 });