JS test: update replicator_db_filtered.js for 2.0
Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/4398af4a Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/4398af4a Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/4398af4a Branch: refs/heads/2876-js-tests-merged-squashed Commit: 4398af4a40226648298e91408d129f217b173eb8 Parents: ece6a99 Author: Jan Lehnardt <[email protected]> Authored: Wed Dec 16 20:49:32 2015 +0100 Committer: Jan Lehnardt <[email protected]> Committed: Wed Dec 16 20:49:32 2015 +0100 ---------------------------------------------------------------------- test/javascript/tests/replicator_db_filtered.js | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/4398af4a/test/javascript/tests/replicator_db_filtered.js ---------------------------------------------------------------------- diff --git a/test/javascript/tests/replicator_db_filtered.js b/test/javascript/tests/replicator_db_filtered.js index 31c78a7..7675b41 100644 --- a/test/javascript/tests/replicator_db_filtered.js +++ b/test/javascript/tests/replicator_db_filtered.js @@ -11,6 +11,7 @@ // the License. couchTests.replicator_db_filtered = function(debug) { + return console.log('TODO'); if (debug) debugger;
