summaryrefslogtreecommitdiff
path: root/share/www/script/couch_tests.js
diff options
context:
space:
mode:
authorJan Lehnardt <jan@apache.org>2009-02-25 16:39:55 +0000
committerJan Lehnardt <jan@apache.org>2009-02-25 16:39:55 +0000
commit8a5b0c697a6fdb3169afe82391368c26bec86978 (patch)
tree00b4b6a482fb8e6af481c8f5a52fb24655554ef7 /share/www/script/couch_tests.js
parent0fb2f9696d8005eb46d5efeac1ae217fe0fb6a04 (diff)
add js test suite for stats, enable access for a previously internal metric
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@747852 13f79535-47bb-0310-9956-ffa450edef68
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 a6195cf0..67c3baed 100644
--- a/share/www/script/couch_tests.js
+++ b/share/www/script/couch_tests.js
@@ -66,6 +66,7 @@ loadTest("compact.js");
loadTest("purge.js");
loadTest("config.js");
loadTest("security_validation.js");
+loadTest("stats.js");
function makeDocs(start, end, templateDoc) {
var templateDocSrc = templateDoc ? JSON.stringify(templateDoc) : "{}"