summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuanjo Rodriguez <juanjo@apache.org>2020-03-21 19:50:28 +0100
committerJuanjo Rodriguez <jjrodrig@gmail.com>2020-03-22 18:30:12 +0100
commitd3726d08c6cdf2d89462fc067966f058c740e1db (patch)
treecb3e78b7c5aef5bf8dcfa69e71fc03948dfc90c1
parent054cb423087aa51241d93dc77ac86fa469fc585d (diff)
downloadcouchdb-d3726d08c6cdf2d89462fc067966f058c740e1db.tar.gz
Fix ported to elixir tag
-rw-r--r--test/javascript/tests/design_docs_query.js2
-rw-r--r--test/javascript/tests/design_options.js2
-rw-r--r--test/javascript/tests/design_paths.js2
-rw-r--r--test/javascript/tests/erlang_views.js2
-rw-r--r--test/javascript/tests/form_submit.js1
5 files changed, 5 insertions, 4 deletions
diff --git a/test/javascript/tests/design_docs_query.js b/test/javascript/tests/design_docs_query.js
index 2aefe49b4..7b4b612c0 100644
--- a/test/javascript/tests/design_docs_query.js
+++ b/test/javascript/tests/design_docs_query.js
@@ -9,7 +9,7 @@
// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
// License for the specific language governing permissions and limitations under
// the License.
-
+couchTests.elixir = true;
couchTests.design_docs_query = function(debug) {
return console.log('done in test/elixir/test/design_docs_query_test.exs');
diff --git a/test/javascript/tests/design_options.js b/test/javascript/tests/design_options.js
index d3f8594d4..aaab39e5b 100644
--- a/test/javascript/tests/design_options.js
+++ b/test/javascript/tests/design_options.js
@@ -9,7 +9,7 @@
// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
// License for the specific language governing permissions and limitations under
// the License.
-
+couchTests.elixir = true;
couchTests.design_options = function(debug) {
return console.log('done in test/elixir/test/design_options.exs');
var db_name = get_random_db_name();
diff --git a/test/javascript/tests/design_paths.js b/test/javascript/tests/design_paths.js
index b85426acf..e1d64ea77 100644
--- a/test/javascript/tests/design_paths.js
+++ b/test/javascript/tests/design_paths.js
@@ -9,7 +9,7 @@
// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
// License for the specific language governing permissions and limitations under
// the License.
-
+couchTests.elixir = true;
couchTests.design_paths = function(debug) {
return console.log('done in test/elixir/test/design_paths.exs');
if (debug) debugger;
diff --git a/test/javascript/tests/erlang_views.js b/test/javascript/tests/erlang_views.js
index 9b15e1043..140925f58 100644
--- a/test/javascript/tests/erlang_views.js
+++ b/test/javascript/tests/erlang_views.js
@@ -9,7 +9,7 @@
// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
// License for the specific language governing permissions and limitations under
// the License.
-
+couchTests.elixir = true;
couchTests.erlang_views = 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/form_submit.js b/test/javascript/tests/form_submit.js
index 617686543..f8dd2baf0 100644
--- a/test/javascript/tests/form_submit.js
+++ b/test/javascript/tests/form_submit.js
@@ -11,6 +11,7 @@
// the License.
// Do some basic tests.
+couchTests.elixir = true;
couchTests.form_submit = function(debug) {
return console.log('done in test/elixir/test/form_summit_test.exs');