diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-04-05 17:39:19 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-04-05 17:39:19 +0000 |
commit | c6271d836168af455fcc9510907fb4fb330f1d62 (patch) | |
tree | 8f9e54376e10aace7ab758427a10d28630149caf /test/fixtures/attachments.yml | |
parent | 4e961f44eff23b53351d550fb46c2a346688a271 (diff) | |
download | redmine-c6271d836168af455fcc9510907fb4fb330f1d62.tar.gz redmine-c6271d836168af455fcc9510907fb4fb330f1d62.zip |
Fixed: inline image not displayed when including a wiki page (closes #1001).
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1327 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 764948755..509475c97 100644 --- a/test/fixtures/attachments.yml +++ b/test/fixtures/attachments.yml @@ -23,4 +23,16 @@ attachments_002: filesize: 28
filename: document.txt
author_id: 2
+attachments_003:
+ created_on: 2006-07-19 21:07:27 +02:00
+ downloads: 0
+ content_type: image/gif
+ disk_filename: 060719210727_logo.gif
+ container_id: 4
+ digest: b91e08d0cf966d5c6ff411bd8c4cc3a2
+ id: 3
+ container_type: WikiPage
+ filesize: 280
+ filename: logo.gif
+ author_id: 2
\ No newline at end of file |