summaryrefslogtreecommitdiff
path: root/share/www/script/couch_tests.js
diff options
context:
space:
mode:
authorBenoit Chesneau <benoitc@apache.org>2010-01-31 23:00:37 +0000
committerBenoit Chesneau <benoitc@apache.org>2010-01-31 23:00:37 +0000
commita874df4ab163a251df931ae3551ebfb94361d73d (patch)
tree9fa069b481130d22db029295891178e4077e27bf /share/www/script/couch_tests.js
parent70544a1352d627503b788d45e4f6d3e978c46560 (diff)
add url rewriting support.
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@905134 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 fe9f361e..6f1acf83 100644
--- a/share/www/script/couch_tests.js
+++ b/share/www/script/couch_tests.js
@@ -70,6 +70,7 @@ loadTest("reduce_false.js");
loadTest("reduce_false_temp.js");
loadTest("replication.js");
loadTest("rev_stemming.js");
+loadTest("rewrite.js");
loadTest("security_validation.js");
loadTest("show_documents.js");
loadTest("stats.js");