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/Makefile.am | |
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/Makefile.am')
-rw-r--r-- | share/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/share/Makefile.am b/share/Makefile.am index fc052de0..c85f683f 100644 --- a/share/Makefile.am +++ b/share/Makefile.am @@ -162,6 +162,7 @@ nobase_dist_localdata_DATA = \ www/script/test/view_collation.js \ www/script/test/view_collation_raw.js \ www/script/test/view_conflicts.js \ + www/script/test/view_compaction.js \ www/script/test/view_errors.js \ www/script/test/view_include_docs.js \ www/script/test/view_multi_key_all_docs.js \ |