diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-06-09 18:40:59 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-06-09 18:40:59 +0000 |
commit | 80a7486f95a39ad3fc0946fad17fe51cff01cec6 (patch) | |
tree | 43e4ce8c5d338458359b5a8cf389972c93ac56f3 /test/fixtures/attachments.yml | |
parent | aa0beecad0fa7cd8c62816b4dc7918f03b214b91 (diff) | |
download | redmine-80a7486f95a39ad3fc0946fad17fe51cff01cec6.tar.gz redmine-80a7486f95a39ad3fc0946fad17fe51cff01cec6.zip |
File viewer for attached text files.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1520 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/fixtures/attachments.yml')
-rw-r--r-- | test/fixtures/attachments.yml | 38 |
1 files changed, 37 insertions, 1 deletions
diff --git a/test/fixtures/attachments.yml b/test/fixtures/attachments.yml index 162d44720..a73d6b385 100644 --- a/test/fixtures/attachments.yml +++ b/test/fixtures/attachments.yml @@ -36,4 +36,40 @@ attachments_003: filename: logo.gif
description: This is a logo
author_id: 2
-
\ No newline at end of file +attachments_004:
+ created_on: 2006-07-19 21:07:27 +02:00
+ container_type: Issue
+ container_id: 3
+ downloads: 0
+ disk_filename: 060719210727_source.rb
+ digest: b91e08d0cf966d5c6ff411bd8c4cc3a2
+ id: 4
+ filesize: 153
+ filename: source.rb
+ author_id: 2
+ description: This is a Ruby source file
+ content_type: application/x-ruby
+attachments_005:
+ created_on: 2006-07-19 21:07:27 +02:00
+ container_type: Issue
+ container_id: 3
+ downloads: 0
+ disk_filename: 060719210727_changeset.diff
+ digest: b91e08d0cf966d5c6ff411bd8c4cc3a2
+ id: 5
+ filesize: 687
+ filename: changeset.diff
+ author_id: 2
+ content_type: text/x-diff
+attachments_006:
+ created_on: 2006-07-19 21:07:27 +02:00
+ container_type: Issue
+ container_id: 3
+ downloads: 0
+ disk_filename: 060719210727_archive.zip
+ digest: b91e08d0cf966d5c6ff411bd8c4cc3a2
+ id: 6
+ filesize: 157
+ filename: archive.zip
+ author_id: 2
+ content_type: application/octet-stream
|