You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by gi...@git.apache.org on 2017/05/16 07:39:04 UTC

[GitHub] janl commented on a change in pull request #523: chore: add dedbugging for failing test COUCHDB-3343

janl commented on a change in pull request #523: chore: add dedbugging for failing test COUCHDB-3343
URL: https://github.com/apache/couchdb/pull/523#discussion_r116673465
 
 

 ##########
 File path: test/javascript/couch_test_runner.js
 ##########
 @@ -335,6 +340,10 @@ function equals(a,b) {
   }
 }
 
+function notEquals(a,b) {
+  if (a != b) return true;
 
 Review comment:
   that is obviously faulty, will fix soon
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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