Skip to content

Commit

Permalink
add dedbugging for failing test COUCHDB-3343
Browse files Browse the repository at this point in the history
  • Loading branch information
janl committed May 20, 2017
1 parent dd524b1 commit ee9261c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/javascript/couch_test_runner.js
Expand Up @@ -342,6 +342,7 @@ function equals(a,b) {

function notEquals(a,b) {
if (a != b) return true;
return false;
}

function repr(val) {
Expand Down

0 comments on commit ee9261c

Please sign in to comment.