Author: jan
Date: Thu Aug 20 10:50:33 2009
New Revision: 806113

URL: http://svn.apache.org/viewvc?rev=806113&view=rev
Log:
revert accidental boolean flip, this test doesn't make much sense any more

Modified:
    couchdb/trunk/share/www/script/test/update_documents.js

Modified: couchdb/trunk/share/www/script/test/update_documents.js
URL: 
http://svn.apache.org/viewvc/couchdb/trunk/share/www/script/test/update_documents.js?rev=806113&r1=806112&r2=806113&view=diff
==============================================================================
--- couchdb/trunk/share/www/script/test/update_documents.js (original)
+++ couchdb/trunk/share/www/script/test/update_documents.js Thu Aug 20 10:50:33 
2009
@@ -123,7 +123,7 @@
   
   // _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);


Reply via email to