summaryrefslogtreecommitdiffstats
path: root/test/fixtures/attachments.yml
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2008-07-22 17:20:02 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2008-07-22 17:20:02 +0000
commit8a7bfc72b20a0a554812db7f8bb7bfdf3e2a21d4 (patch)
tree0c7d861eb6d8cdcb32b4dd4c91e8c7c3f91faa37 /test/fixtures/attachments.yml
parentaaca2c50e563287f16cbce230ddbcc5d4e6dc972 (diff)
downloadredmine-8a7bfc72b20a0a554812db7f8bb7bfdf3e2a21d4.tar.gz
redmine-8a7bfc72b20a0a554812db7f8bb7bfdf3e2a21d4.zip
Move VersionsController#download to AttachmentsController.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1685 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/fixtures/attachments.yml')
-rw-r--r--test/fixtures/attachments.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/test/fixtures/attachments.yml b/test/fixtures/attachments.yml
index a73d6b385..ec57aa6dd 100644
--- a/test/fixtures/attachments.yml
+++ b/test/fixtures/attachments.yml
@@ -73,3 +73,16 @@ attachments_006:
filename: archive.zip
author_id: 2
content_type: application/octet-stream
+attachments_007:
+ created_on: 2006-07-19 21:07:27 +02:00
+ container_type: Issue
+ container_id: 4
+ downloads: 0
+ disk_filename: 060719210727_archive.zip
+ digest: b91e08d0cf966d5c6ff411bd8c4cc3a2
+ id: 7
+ filesize: 157
+ filename: archive.zip
+ author_id: 1
+ content_type: application/octet-stream
+ \ No newline at end of file