Adds a test for #24922.

git-svn-id: http://svn.redmine.org/redmine/trunk@16312 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang
2017-01-30 19:37:55 +00:00
parent 65804c34f3
commit 6ef7a0fc2d

View File

@@ -169,6 +169,12 @@ RAW
end
end
def test_attached_images_with_hires_naming
attachment = Attachment.generate!(:filename => 'image@2x.png')
assert_equal %(<p><img src="/attachments/download/#{attachment.id}/image@2x.png" srcset="/attachments/download/#{attachment.id}/image@2x.png 2x" alt="" /></p>),
textilizable("!image@2x.png!", :attachments => [attachment])
end
def test_attached_images_filename_extension
set_tmp_attachments_directory
a1 = Attachment.new(