summaryrefslogtreecommitdiff
path: root/share/www/script/test/jsonp.js
diff options
context:
space:
mode:
Diffstat (limited to 'share/www/script/test/jsonp.js')
-rw-r--r--share/www/script/test/jsonp.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/www/script/test/jsonp.js b/share/www/script/test/jsonp.js
index 0da493d6..dfd6a0df 100644
--- a/share/www/script/test/jsonp.js
+++ b/share/www/script/test/jsonp.js
@@ -28,7 +28,7 @@ function jsonp_chunk(doc) {
// Do some jsonp tests.
couchTests.jsonp = 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;