Test failure (#22926).

git-svn-id: http://svn.redmine.org/redmine/trunk@15434 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang
2016-06-01 18:48:26 +00:00
parent a4bc898012
commit dac22ebb39

View File

@@ -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("![](café.jpg)", :attachments => [attachment]) textilizable("![](café.jpg)", :attachments => [attachment])
end end
end end