diff options
author | Benoit Chesneau <benoitc@apache.org> | 2010-01-31 23:00:37 +0000 |
---|---|---|
committer | Benoit Chesneau <benoitc@apache.org> | 2010-01-31 23:00:37 +0000 |
commit | a874df4ab163a251df931ae3551ebfb94361d73d (patch) | |
tree | 9fa069b481130d22db029295891178e4077e27bf /share/www/script/couch_tests.js | |
parent | 70544a1352d627503b788d45e4f6d3e978c46560 (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.js | 1 |
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"); |