diff options
author | Filipe David Borba Manana <fdmanana@apache.org> | 2010-07-08 19:31:43 +0000 |
---|---|---|
committer | Filipe David Borba Manana <fdmanana@apache.org> | 2010-07-08 19:31:43 +0000 |
commit | f6fc698327df18c0517b2428e8834c5587e999bb (patch) | |
tree | d3e8178a0e129b3674f36956e1b53e84005c4952 /share/www/script/couch_tests.js | |
parent | 1ec57b3b96c7584af0a2a279345094da72208265 (diff) |
Merge revision 961893 from trunk:
Fix deletion of view files after compaction.
Also added test for view compaction.
Thanks Adam for reporting the issue.
git-svn-id: https://svn.apache.org/repos/asf/couchdb/branches/1.0.x@961897 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 dc283bba..c5257ea6 100644 --- a/share/www/script/couch_tests.js +++ b/share/www/script/couch_tests.js @@ -85,6 +85,7 @@ loadTest("uuids.js"); loadTest("view_collation.js"); loadTest("view_collation_raw.js"); loadTest("view_conflicts.js"); +loadTest("view_compaction.js"); loadTest("view_errors.js"); loadTest("view_include_docs.js"); loadTest("view_multi_key_all_docs.js"); |