diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2009-05-26 08:28:36 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2009-05-26 08:28:36 +0000 |
commit | c082cfc90ef8fccc77e808ae64db711777fd8f8c (patch) | |
tree | 0ebcd1502964ad4b607bf860899f74cdcf02b23e /test/fixtures/attachments.yml | |
parent | 5db407ca59cd63282837097957db3961b6e63fc0 (diff) | |
download | redmine-c082cfc90ef8fccc77e808ae64db711777fd8f8c.tar.gz redmine-c082cfc90ef8fccc77e808ae64db711777fd8f8c.zip |
FIxed: inline images not displayed in atom feeds (#3391).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2768 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/fixtures/attachments.yml')
-rw-r--r-- | test/fixtures/attachments.yml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/test/fixtures/attachments.yml b/test/fixtures/attachments.yml index 2497bd9a3..94c118f9e 100644 --- a/test/fixtures/attachments.yml +++ b/test/fixtures/attachments.yml @@ -109,4 +109,16 @@ attachments_009: filename: version_file.zip
author_id: 2
content_type: application/octet-stream
+attachments_010:
+ created_on: 2006-07-19 21:07:27 +02:00
+ container_type: Issue
+ container_id: 2
+ downloads: 0
+ disk_filename: 060719210727_picture.jpg
+ digest: b91e08d0cf966d5c6ff411bd8c4cc3a2
+ id: 10
+ filesize: 452
+ filename: picture.jpg
+ author_id: 2
+ content_type: image/jpeg
\ No newline at end of file |