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