wohali 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_r116814413
##########
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:
...is it?
----------------------------------------------------------------
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