diff options
| author | Juanjo Rodriguez <juanjo@apache.org> | 2020-04-26 19:57:01 +0200 |
|---|---|---|
| committer | Juanjo Rodriguez <jjrodrig@gmail.com> | 2020-05-02 21:18:33 +0200 |
| commit | baba64bfe47ab548231375f95b1e1a2a68d95bcc (patch) | |
| tree | 3a9b335b51dda207c3596176fa593c7b82d3a5b0 /test/javascript | |
| parent | ebdfbba7dff8f1cac0440e79052ada81d675d50a (diff) | |
| download | couchdb-baba64bfe47ab548231375f95b1e1a2a68d95bcc.tar.gz | |
Port replicator db tests to elixir
Diffstat (limited to 'test/javascript')
| -rw-r--r-- | test/javascript/tests/replicator_db_bad_rep_id.js | 1 | ||||
| -rw-r--r-- | test/javascript/tests/replicator_db_by_doc_id.js | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/test/javascript/tests/replicator_db_bad_rep_id.js b/test/javascript/tests/replicator_db_bad_rep_id.js index 30a124505..0912c1bc0 100644 --- a/test/javascript/tests/replicator_db_bad_rep_id.js +++ b/test/javascript/tests/replicator_db_bad_rep_id.js @@ -10,6 +10,7 @@ // License for the specific language governing permissions and limitations under // the License. +couchTests.elixir = true; couchTests.replicator_db_bad_rep_id = function(debug) { //return console.log('TODO'); if (debug) debugger; diff --git a/test/javascript/tests/replicator_db_by_doc_id.js b/test/javascript/tests/replicator_db_by_doc_id.js index d9de0f119..bc15b03d2 100644 --- a/test/javascript/tests/replicator_db_by_doc_id.js +++ b/test/javascript/tests/replicator_db_by_doc_id.js @@ -10,6 +10,7 @@ // License for the specific language governing permissions and limitations under // the License. +couchTests.elixir = true; couchTests.replicator_db_by_doc_id = function(debug) { //return console.log('TODO'); |
