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 11:45:10 +0200
commitc155bd544f106589e6137753e492e2329dfd1fb9 (patch)
treea3163da77194fd2c159d6d12ebfe647186fdda68
parent22dbde22240c4a0ada2ee371adc8e8f01d99ac51 (diff)
downloadcouchdb-c155bd544f106589e6137753e492e2329dfd1fb9.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"});