diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2011-11-29 19:36:49 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2011-11-29 19:36:49 +0000 |
commit | d92c204ed3899d775e4f47d79e3fec91e44ae2c3 (patch) | |
tree | cb63bfa2864455c47f8bc1a1bd82f663f2293f9d /test/fixtures | |
parent | 9ed5d1dd027cb5607b9768cdf21c323dbe6536e2 (diff) | |
download | redmine-d92c204ed3899d775e4f47d79e3fec91e44ae2c3.tar.gz redmine-d92c204ed3899d775e4f47d79e3fec91e44ae2c3.zip |
Fixed: version files in Files module cannot be downloaded if issue tracking is disabled (#9055).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7984 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/fixtures')
-rw-r--r-- | test/fixtures/attachments.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fixtures/attachments.yml b/test/fixtures/attachments.yml index 32d7cabc1..604ac1ac4 100644 --- a/test/fixtures/attachments.yml +++ b/test/fixtures/attachments.yml @@ -102,7 +102,7 @@ attachments_009: container_type: Version container_id: 1 downloads: 0 - disk_filename: 060719210727_version_file.zip + disk_filename: 060719210727_archive.zip digest: b91e08d0cf966d5c6ff411bd8c4cc3a2 id: 9 filesize: 452 |