JS test: update replicator_db_user_ctx.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/dbd673a7 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/dbd673a7 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/dbd673a7 Branch: refs/heads/2876-js-tests-merged-squashed Commit: dbd673a70eaba8c683bac829be5768fbbeb0f3bf Parents: cfaee40 Author: Jan Lehnardt <[email protected]> Authored: Wed Dec 16 20:49:33 2015 +0100 Committer: Jan Lehnardt <[email protected]> Committed: Wed Dec 16 20:49:33 2015 +0100 ---------------------------------------------------------------------- test/javascript/tests/replicator_db_user_ctx.js | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/dbd673a7/test/javascript/tests/replicator_db_user_ctx.js ---------------------------------------------------------------------- diff --git a/test/javascript/tests/replicator_db_user_ctx.js b/test/javascript/tests/replicator_db_user_ctx.js index 570fc7d..353e2ed 100644 --- a/test/javascript/tests/replicator_db_user_ctx.js +++ b/test/javascript/tests/replicator_db_user_ctx.js @@ -11,6 +11,7 @@ // the License. couchTests.replicator_db_user_ctx = function(debug) { + return console.log('TODO'); if (debug) debugger;
