summaryrefslogtreecommitdiff
path: root/share/Makefile.am
diff options
context:
space:
mode:
authorAdam Kocoloski <kocolosk@apache.org>2011-01-18 00:44:51 +0000
committerAdam Kocoloski <kocolosk@apache.org>2011-01-18 00:44:51 +0000
commit409455a31b976020cba49c6ce8d413eca0480dea (patch)
tree8afcdcf036cb6c4d5387d6b147274ee2e3f71c89 /share/Makefile.am
parent84052a85cd93d07a324b3e77c97f2a9552b05f93 (diff)
Avoid bug in rev tree logic during attachment uploads
This is a workaround for a bug in couch_key_tree, described in COUCHDB-902, which would cause uploads to fail with spurious conflicts. A patch for the key tree itself will be landing on trunk. Thanks Bob Dionne, Klaus Trainer. git-svn-id: https://svn.apache.org/repos/asf/couchdb/branches/1.1.x@1060150 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'share/Makefile.am')
-rw-r--r--share/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/share/Makefile.am b/share/Makefile.am
index 77c94ea3..608d7b9a 100644
--- a/share/Makefile.am
+++ b/share/Makefile.am
@@ -114,6 +114,7 @@ nobase_dist_localdata_DATA = \
www/script/test/all_docs.js \
www/script/test/attachments.js \
www/script/test/attachments_multipart.js \
+ www/script/test/attachment_conflicts.js \
www/script/test/attachment_names.js \
www/script/test/attachment_paths.js \
www/script/test/attachment_ranges.js \