summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuanjo Rodriguez <juanjo@apache.org>2020-06-26 17:29:45 +0200
committerJuanjo Rodriguez <jjrodrig@gmail.com>2020-06-27 22:04:57 +0200
commit4ff8629b66a7285b2bb4c10322b113a2c286ec57 (patch)
tree8fa60f6a14669ab3e84f4188f651b43f78cd6258
parentc33eae8fb12e0908ab42ff91fbc134773d3065c0 (diff)
downloadcouchdb-4ff8629b66a7285b2bb4c10322b113a2c286ec57.tar.gz
Tests already ported to elixir
-rw-r--r--test/javascript/tests/reduce_builtin.js1
-rw-r--r--test/javascript/tests/reduce_false.js1
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"});