mirror of
https://github.com/redmine/redmine.git
synced 2025-11-15 17:56:03 +01:00
Test failure (#22926).
git-svn-id: http://svn.redmine.org/redmine/trunk@15434 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -164,7 +164,7 @@ RAW
|
|||||||
|
|
||||||
attachment = Attachment.generate!(:filename => 'café.jpg')
|
attachment = Attachment.generate!(:filename => 'café.jpg')
|
||||||
with_settings :text_formatting => 'markdown' do
|
with_settings :text_formatting => 'markdown' do
|
||||||
assert_include %(<img src="/attachments/download/#{attachment.id}/caf%C3%A9.jpg" alt="">),
|
assert_include %(<img src="/attachments/download/#{attachment.id}/caf%C3%A9.jpg" alt="" />),
|
||||||
textilizable("", :attachments => [attachment])
|
textilizable("", :attachments => [attachment])
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user