summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Newson <rnewson@apache.org>2015-12-20 14:36:29 +0000
committerRobert Newson <rnewson@apache.org>2015-12-20 14:36:29 +0000
commit215c3550625c4a79cf1c06f42c67733872174d9a (patch)
treebfdd5f1d341fe6484115bf98be8dbb217710b107
parent3e8d65c4c1ad88aabbae49e60dc420479ea105ed (diff)
downloadcouchdb-215c3550625c4a79cf1c06f42c67733872174d9a.tar.gz
re-enable jsonp.js test
-rw-r--r--test/javascript/tests/jsonp.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/javascript/tests/jsonp.js b/test/javascript/tests/jsonp.js
index 243d99dc4..1013c9eba 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();