diff options
author | Jan Lehnardt <jan@apache.org> | 2009-08-20 10:50:33 +0000 |
---|---|---|
committer | Jan Lehnardt <jan@apache.org> | 2009-08-20 10:50:33 +0000 |
commit | 8fac55cafc520feba9d0e6d2a7699a53544593f3 (patch) | |
tree | ff2707ed3453c159d4d698f3770df68aa5153beb /share/www/script/test/update_documents.js | |
parent | 4cebf7ea20a7d05c66c08690cdefe67898c8711d (diff) |
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
Diffstat (limited to 'share/www/script/test/update_documents.js')
-rw-r--r-- | share/www/script/test/update_documents.js | 2 |
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); |