diff options
Diffstat (limited to 'share/www/script/test/view_sandboxing.js')
-rw-r--r-- | share/www/script/test/view_sandboxing.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/www/script/test/view_sandboxing.js b/share/www/script/test/view_sandboxing.js index e8a3103e..9f893b28 100644 --- a/share/www/script/test/view_sandboxing.js +++ b/share/www/script/test/view_sandboxing.js @@ -11,7 +11,7 @@ // the License. couchTests.view_sandboxing = 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; |