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

 ##########
 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:
   It turned out to be okay because in the equal case it returned `undefined`, 
which is falsy in JS, but I added a clearer return false now.
   
 
----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to