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 2015/12/20 16:31:26 UTC

couchdb commit: updated refs/heads/master to 215c355

Repository: couchdb
Updated Branches:
  refs/heads/master 3e8d65c4c -> 215c35506


re-enable jsonp.js test


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

Branch: refs/heads/master
Commit: 215c3550625c4a79cf1c06f42c67733872174d9a
Parents: 3e8d65c
Author: Robert Newson <rn...@apache.org>
Authored: Sun Dec 20 14:36:29 2015 +0000
Committer: Robert Newson <rn...@apache.org>
Committed: Sun Dec 20 14:36:29 2015 +0000

----------------------------------------------------------------------
 test/javascript/tests/jsonp.js | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/215c3550/test/javascript/tests/jsonp.js
----------------------------------------------------------------------
diff --git a/test/javascript/tests/jsonp.js b/test/javascript/tests/jsonp.js
index 243d99d..1013c9e 100644
--- a/test/javascript/tests/jsonp.js
+++ b/test/javascript/tests/jsonp.js
@@ -28,7 +28,6 @@ function jsonp_chunk(doc) {
 
 // Do some jsonp tests.
 couchTests.jsonp = function(debug) {
-  return console.log('TODO: config not available on cluster');
   var db_name = get_random_db_name();
   var db = new CouchDB(db_name, {"X-Couch-Full-Commit":"false"});
   db.createDb();