From 8385f5dc3167578bd24806d21a5f0f1f6ec3250b Mon Sep 17 00:00:00 2001 From: Jan Lehnardt Date: Sun, 16 Aug 2009 17:32:34 +0000 Subject: make tests fast again, use X-Couch-Full-Commit:false for all db operations git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@804727 13f79535-47bb-0310-9956-ffa450edef68 --- share/www/script/test/basics.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'share/www/script/test/basics.js') diff --git a/share/www/script/test/basics.js b/share/www/script/test/basics.js index 34d0f38e..a261b5ae 100644 --- a/share/www/script/test/basics.js +++ b/share/www/script/test/basics.js @@ -15,7 +15,7 @@ couchTests.basics = function(debug) { var result = JSON.parse(CouchDB.request("GET", "/").responseText); T(result.couchdb == "Welcome"); - var db = new CouchDB("test_suite_db"); + var db = new CouchDB("test_suite_db", {"X-Couch-Full-Commit":"false"}); db.deleteDb(); // bug COUCHDB-100: DELETE on non-existent DB returns 500 instead of 404 -- cgit v1.2.3