diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2016-06-04 07:25:12 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2016-06-04 07:25:12 +0000 |
commit | ee408687c61d66a7d70fec636292cf5e8e66e3e0 (patch) | |
tree | ece3941813d07cc700ddbb02a3795c9c997911ad /test/unit/helpers | |
parent | 3b3478b8a3a3160ef9cdefa205a1ca85f7d2ef08 (diff) | |
download | redmine-ee408687c61d66a7d70fec636292cf5e8e66e3e0.tar.gz redmine-ee408687c61d66a7d70fec636292cf5e8e66e3e0.zip |
Merged r15431 to r15435 (#22924, #22925, #22926).
git-svn-id: http://svn.redmine.org/redmine/branches/3.2-stable@15441 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/unit/helpers')
-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 63af4ccf7..0b09a39ad 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 |