summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Lehnardt <jan@apache.org>2017-05-14 13:06:47 +0200
committerJan Lehnardt <jan@apache.org>2017-05-20 14:10:43 +0200
commitee9261c7699df8ebcafe9b1b2af7212d499a6b09 (patch)
tree3c0fc98eea5506908423ddbba7d5c9c0a6c8323e
parentdd524b16b0d249579156682eebfd35bc96aa3f78 (diff)
downloadcouchdb-ee9261c7699df8ebcafe9b1b2af7212d499a6b09.tar.gz
add dedbugging for failing test COUCHDB-3343
-rw-r--r--test/javascript/couch_test_runner.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/javascript/couch_test_runner.js b/test/javascript/couch_test_runner.js
index 53593c361..656785980 100644
--- a/test/javascript/couch_test_runner.js
+++ b/test/javascript/couch_test_runner.js
@@ -342,6 +342,7 @@ function equals(a,b) {
function notEquals(a,b) {
if (a != b) return true;
+ return false;
}
function repr(val) {