diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2016-06-01 18:48:26 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2016-06-01 18:48:26 +0000 |
commit | dac22ebb396248529da588664da8ea4046aa38d1 (patch) | |
tree | b3552563e39a8f3af20b01f42bf324dbd8555502 /test | |
parent | a4bc8980126f08323e758fc8f0edcd53594083d2 (diff) | |
download | redmine-dac22ebb396248529da588664da8ea4046aa38d1.tar.gz redmine-dac22ebb396248529da588664da8ea4046aa38d1.zip |
Test failure (#22926).
git-svn-id: http://svn.redmine.org/redmine/trunk@15434 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test')
-rw-r--r-- | test/unit/helpers/application_helper_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/helpers/application_helper_test.rb b/test/unit/helpers/application_helper_test.rb index d2b195568..35a9b8ce2 100644 --- a/test/unit/helpers/application_helper_test.rb +++ b/test/unit/helpers/application_helper_test.rb @@ -164,7 +164,7 @@ RAW attachment = Attachment.generate!(:filename => 'café.jpg') 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]) end end |