summaryrefslogtreecommitdiff
path: root/share/www/custom_test.html
diff options
context:
space:
mode:
Diffstat (limited to 'share/www/custom_test.html')
-rw-r--r--share/www/custom_test.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/www/custom_test.html b/share/www/custom_test.html
index 14301e00..a2a79091 100644
--- a/share/www/custom_test.html
+++ b/share/www/custom_test.html
@@ -88,7 +88,7 @@ specific language governing permissions and limitations under the License.
<td class="code">
<textarea name="code" id="code" rows="18" cols="120">
couchTests.custom_test = 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();