summaryrefslogtreecommitdiff
path: root/share/www/script/couch_tests.js
diff options
context:
space:
mode:
Diffstat (limited to 'share/www/script/couch_tests.js')
-rw-r--r--share/www/script/couch_tests.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/share/www/script/couch_tests.js b/share/www/script/couch_tests.js
index 9bd2b45c..6e4699e4 100644
--- a/share/www/script/couch_tests.js
+++ b/share/www/script/couch_tests.js
@@ -26,6 +26,7 @@ function loadTest(file) {
};
loadTest("basics.js");
+loadTest("batch_save.js");
loadTest("delayed_commits.js");
loadTest("all_docs.js");
loadTest("conflicts.js");