JS test: update replicator_db_simple.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/29f61259 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/29f61259 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/29f61259 Branch: refs/heads/2876-js-tests-merged-squashed Commit: 29f612593e432e9b2d51bae5c0b15612806a7bcf Parents: 4c46d64 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_simple.js | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/29f61259/test/javascript/tests/replicator_db_simple.js ---------------------------------------------------------------------- diff --git a/test/javascript/tests/replicator_db_simple.js b/test/javascript/tests/replicator_db_simple.js index f7acedb..61fed8d 100644 --- a/test/javascript/tests/replicator_db_simple.js +++ b/test/javascript/tests/replicator_db_simple.js @@ -11,6 +11,7 @@ // the License. couchTests.replicator_db_simple = function(debug) { + return console.log('TODO'); if (debug) debugger;
