diff options
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 64c366b6..8ba1f76d 100644 --- a/share/www/script/couch_tests.js +++ b/share/www/script/couch_tests.js @@ -68,6 +68,7 @@ loadTest("purge.js"); loadTest("config.js"); loadTest("security_validation.js"); loadTest("stats.js"); +loadTest("rev_stemming.js"); function makeDocs(start, end, templateDoc) { var templateDocSrc = templateDoc ? JSON.stringify(templateDoc) : "{}" |