diff options
author | Robert Newson <rnewson@apache.org> | 2010-08-18 11:41:10 +0000 |
---|---|---|
committer | Robert Newson <rnewson@apache.org> | 2010-08-18 11:41:10 +0000 |
commit | d18d7036788acf2d5ddab608d0352158139de189 (patch) | |
tree | 4474cce378e152c36bd4484a673776ab3abe15be /share/www/script/couch_tests.js | |
parent | 6ddcdf17ef2a5e55f0962211c7c878aa5e74ffe7 (diff) |
COUCHDB-161 - support Range header for attachments.
Attachments are upgraded to support the Range header on compaction.
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@986629 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 c048521c..0b8f9288 100644 --- a/share/www/script/couch_tests.js +++ b/share/www/script/couch_tests.js @@ -36,6 +36,7 @@ loadTest("attachments.js"); loadTest("attachments_multipart.js"); loadTest("attachment_names.js"); loadTest("attachment_paths.js"); +loadTest("attachment_ranges.js"); loadTest("attachment_views.js"); loadTest("auth_cache.js"); loadTest("batch_save.js"); |