summaryrefslogtreecommitdiffstats
path: root/test/fixtures/journals.yml
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2009-05-26 08:28:36 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2009-05-26 08:28:36 +0000
commitc082cfc90ef8fccc77e808ae64db711777fd8f8c (patch)
tree0ebcd1502964ad4b607bf860899f74cdcf02b23e /test/fixtures/journals.yml
parent5db407ca59cd63282837097957db3961b6e63fc0 (diff)
downloadredmine-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/journals.yml')
-rw-r--r--test/fixtures/journals.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/fixtures/journals.yml b/test/fixtures/journals.yml
index 70aa5da73..3ee66ae6b 100644
--- a/test/fixtures/journals.yml
+++ b/test/fixtures/journals.yml
@@ -13,4 +13,11 @@ journals_002:
journalized_type: Issue
user_id: 2
journalized_id: 1
+journals_003:
+ created_on: <%= 1.days.ago.to_date.to_s(:db) %>
+ notes: "A comment with inline image: !picture.jpg!"
+ id: 3
+ journalized_type: Issue
+ user_id: 2
+ journalized_id: 2
\ No newline at end of file