You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ja...@apache.org on 2017/05/20 12:10:48 UTC

[couchdb] 02/02: add dedbugging for failing test COUCHDB-3343

This is an automated email from the ASF dual-hosted git repository.

jan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit ee9261c7699df8ebcafe9b1b2af7212d499a6b09
Author: Jan Lehnardt <ja...@apache.org>
AuthorDate: Sun May 14 13:06:47 2017 +0200

    add dedbugging for failing test COUCHDB-3343
---
 test/javascript/couch_test_runner.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/test/javascript/couch_test_runner.js b/test/javascript/couch_test_runner.js
index 53593c3..6567859 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) {

-- 
To stop receiving notification emails like this one, please contact
"commits@couchdb.apache.org" <co...@couchdb.apache.org>.