JS test: update replicator_db_credential_delegation.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/04d40b7b Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/04d40b7b Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/04d40b7b Branch: refs/heads/2876-js-tests-merged-squashed Commit: 04d40b7b50ca942ea3dc974f9f38da5c0e4532b4 Parents: 133c7ad 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_credential_delegation.js | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/04d40b7b/test/javascript/tests/replicator_db_credential_delegation.js ---------------------------------------------------------------------- diff --git a/test/javascript/tests/replicator_db_credential_delegation.js b/test/javascript/tests/replicator_db_credential_delegation.js index 7dd9d18..6401819 100644 --- a/test/javascript/tests/replicator_db_credential_delegation.js +++ b/test/javascript/tests/replicator_db_credential_delegation.js @@ -11,6 +11,7 @@ // the License. couchTests.replicator_db_credential_delegation = function(debug) { + return console.log('TODO'); if (debug) debugger;
