summaryrefslogtreecommitdiff
path: root/share/www/script/test/rev_stemming.js
diff options
context:
space:
mode:
Diffstat (limited to 'share/www/script/test/rev_stemming.js')
-rw-r--r--share/www/script/test/rev_stemming.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/www/script/test/rev_stemming.js b/share/www/script/test/rev_stemming.js
index 5fae9c4b..03d91c2a 100644
--- a/share/www/script/test/rev_stemming.js
+++ b/share/www/script/test/rev_stemming.js
@@ -11,10 +11,10 @@
// the License.
couchTests.rev_stemming = function(debug) {
- var db = new CouchDB("test_suite_db_a");
+ var db = new CouchDB("test_suite_db_a", {"X-Couch-Full-Commit":"false"});
db.deleteDb();
db.createDb();
- var dbB = new CouchDB("test_suite_db_b");
+ var dbB = new CouchDB("test_suite_db_b", {"X-Couch-Full-Commit":"false"});
dbB.deleteDb();
dbB.createDb();
if (debug) debugger;