diff options
author | Juanjo Rodriguez <juanjo@apache.org> | 2020-06-26 17:29:45 +0200 |
---|---|---|
committer | Juanjo Rodriguez <jjrodrig@gmail.com> | 2020-06-27 11:45:10 +0200 |
commit | c155bd544f106589e6137753e492e2329dfd1fb9 (patch) | |
tree | a3163da77194fd2c159d6d12ebfe647186fdda68 | |
parent | 22dbde22240c4a0ada2ee371adc8e8f01d99ac51 (diff) | |
download | couchdb-c155bd544f106589e6137753e492e2329dfd1fb9.tar.gz |
Tests already ported to elixir
-rw-r--r-- | test/javascript/tests/reduce_builtin.js | 1 | ||||
-rw-r--r-- | test/javascript/tests/reduce_false.js | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/test/javascript/tests/reduce_builtin.js b/test/javascript/tests/reduce_builtin.js index 4686841e3..77d8d1b34 100644 --- a/test/javascript/tests/reduce_builtin.js +++ b/test/javascript/tests/reduce_builtin.js @@ -10,6 +10,7 @@ // License for the specific language governing permissions and limitations under // the License. +couchTests.elixir = true; couchTests.reduce_builtin = function(debug) { var db_name = get_random_db_name(); var db = new CouchDB(db_name, {"X-Couch-Full-Commit":"false"}); diff --git a/test/javascript/tests/reduce_false.js b/test/javascript/tests/reduce_false.js index 81b4c8a4f..69d8b0cf4 100644 --- a/test/javascript/tests/reduce_false.js +++ b/test/javascript/tests/reduce_false.js @@ -10,6 +10,7 @@ // License for the specific language governing permissions and limitations under // the License. +couchTests.elixir = true; couchTests.reduce_false = function(debug) { var db_name = get_random_db_name(); var db = new CouchDB(db_name, {"X-Couch-Full-Commit":"false"}); |