From 8fac55cafc520feba9d0e6d2a7699a53544593f3 Mon Sep 17 00:00:00 2001 From: Jan Lehnardt Date: Thu, 20 Aug 2009 10:50:33 +0000 Subject: revert accidental boolean flip, this test doesn't make much sense any more git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@806113 13f79535-47bb-0310-9956-ffa450edef68 --- share/www/script/test/update_documents.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'share/www') diff --git a/share/www/script/test/update_documents.js b/share/www/script/test/update_documents.js index 35788561..142e0a88 100644 --- a/share/www/script/test/update_documents.js +++ b/share/www/script/test/update_documents.js @@ -123,7 +123,7 @@ couchTests.update_documents = function(debug) { // _update honors full commit if you need it to xhr = CouchDB.request("PUT", "/test_suite_db/_design/update/_update/bump-counter/"+docid, { - headers : {"X-Couch-Full-Commit":"false"} + headers : {"X-Couch-Full-Commit":"true"} }); doc = db.open(docid); -- cgit v1.2.3