You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by kx...@apache.org on 2015/11/12 22:23:43 UTC

[05/12] couchdb commit: updated refs/heads/2876-js-tests to def9465

Better hint for etags


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

Branch: refs/heads/2876-js-tests
Commit: 42b6f73676da74bda61f11c678ab4a5f7883c7b1
Parents: 0e6536e
Author: sebastianro <se...@apache.org>
Authored: Mon Nov 2 19:19:20 2015 +0100
Committer: sebastianro <se...@apache.org>
Committed: Thu Nov 12 21:56:05 2015 +0100

----------------------------------------------------------------------
 test/javascript/tests/etags_views.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/42b6f736/test/javascript/tests/etags_views.js
----------------------------------------------------------------------
diff --git a/test/javascript/tests/etags_views.js b/test/javascript/tests/etags_views.js
index 4a5a439..e1f4cfa 100644
--- a/test/javascript/tests/etags_views.js
+++ b/test/javascript/tests/etags_views.js
@@ -11,7 +11,7 @@
 // the License.
 
 couchTests.etags_views = function(debug) {
-  return console.log('TODO');
+  return console.log('TODO - see https://issues.apache.org/jira/browse/COUCHDB-2859');
   var db_name = get_random_db_name();
   var db = new CouchDB(db_name, {"X-Couch-Full-Commit":"true"});
   db.createDb();