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

[couchdb] 03/03: Force javascript test failure

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

wohali pushed a commit to branch upload-failed-logfiles
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit b9bf9ff75a1f0e8707047d0bff9d1249aa9250b8
Author: Joan Touzet <jo...@atypical.net>
AuthorDate: Wed May 10 20:55:50 2017 -0400

    Force javascript test failure
---
 test/javascript/tests/all_docs.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/test/javascript/tests/all_docs.js b/test/javascript/tests/all_docs.js
index 64524d8..666f438 100644
--- a/test/javascript/tests/all_docs.js
+++ b/test/javascript/tests/all_docs.js
@@ -11,6 +11,7 @@
 // the License.
 
 couchTests.all_docs = function(debug) {
+  T(0 == 1);
   var db_name = get_random_db_name();
   var db = new CouchDB(db_name, {"X-Couch-Full-Commit":"false"}, {w: 3});
   db.createDb();

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