summaryrefslogtreecommitdiff
path: root/share/www/script/test/conflicts.js
diff options
context:
space:
mode:
Diffstat (limited to 'share/www/script/test/conflicts.js')
-rw-r--r--share/www/script/test/conflicts.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/www/script/test/conflicts.js b/share/www/script/test/conflicts.js
index 517918f5..fa8162ab 100644
--- a/share/www/script/test/conflicts.js
+++ b/share/www/script/test/conflicts.js
@@ -12,7 +12,7 @@
// Do some edit conflict detection tests
couchTests.conflicts = 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;