summaryrefslogtreecommitdiff
path: root/share/www/script/test/reduce_false.js
diff options
context:
space:
mode:
Diffstat (limited to 'share/www/script/test/reduce_false.js')
-rw-r--r--share/www/script/test/reduce_false.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/www/script/test/reduce_false.js b/share/www/script/test/reduce_false.js
index 3014cc03..29890ce4 100644
--- a/share/www/script/test/reduce_false.js
+++ b/share/www/script/test/reduce_false.js
@@ -11,7 +11,7 @@
// the License.
couchTests.reduce_false = function(debug) {
- var db = new CouchDB("test_suite_db");
+ var db = new CouchDB("test_suite_db", {"X-Couch-Full-Commit":"false"});
db.deleteDb();
db.createDb();
if (debug) debugger;