This is an automated email from the ASF dual-hosted git repository.

juanjo pushed a commit to branch 3.x
in repository https://gitbox.apache.org/repos/asf/couchdb.git


The following commit(s) were added to refs/heads/3.x by this push:
     new d3726d0  Fix ported to elixir tag
d3726d0 is described below

commit d3726d08c6cdf2d89462fc067966f058c740e1db
Author: Juanjo Rodriguez <jua...@apache.org>
AuthorDate: Sat Mar 21 19:50:28 2020 +0100

    Fix ported to elixir tag
---
 test/javascript/tests/design_docs_query.js | 2 +-
 test/javascript/tests/design_options.js    | 2 +-
 test/javascript/tests/design_paths.js      | 2 +-
 test/javascript/tests/erlang_views.js      | 2 +-
 test/javascript/tests/form_submit.js       | 1 +
 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 2aefe49..7b4b612 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 d3f8594..aaab39e 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 b85426a..e1d64ea 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 9b15e10..140925f 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 6176865..f8dd2ba 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');
 

Reply via email to