]> source.dussan.org Git - redmine.git/commitdiff
Test failure (#22926).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Wed, 1 Jun 2016 18:48:26 +0000 (18:48 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Wed, 1 Jun 2016 18:48:26 +0000 (18:48 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@15434 e93f8b46-1217-0410-a6f0-8f06a7374b81

test/unit/helpers/application_helper_test.rb

index d2b1955687ac97f2c0b0b243e653e81ccb62a561..35a9b8ce2b76c0883fdf1028d72b0d396130ef99 100644 (file)
@@ -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