You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2020/03/20 11:27:46 UTC

[GitHub] [couchdb] dottorblaster commented on a change in pull request #2646: Port http, method_override and jsonp tests into elixir test suite

dottorblaster commented on a change in pull request #2646: Port http, method_override and jsonp tests into elixir test suite
URL: https://github.com/apache/couchdb/pull/2646#discussion_r395576649
 
 

 ##########
 File path: test/javascript/tests/changes.js
 ##########
 @@ -11,13 +11,14 @@
 // the License.
 
 function jsonp(obj) {
-  return console.log('done in test/elixir/test/changes_test.exs and changes_async_test.exs');
   T(jsonp_flag == 0);
   T(obj.results.length == 1 && obj.last_seq == 1, "jsonp");
   jsonp_flag = 1;
 }
 
 couchTests.changes = function(debug) {
+  return console.log('done in test/elixir/test/changes_test.exs and changes_async_test.exs');
 
 Review comment:
   Couldn't you add `couchTests.elixir = true;` to this too?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services