summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--share/www/script/test/update_documents.js2
1 files changed, 1 insertions, 1 deletions
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);