mirror of
https://github.com/redmine/redmine.git
synced 2026-01-22 07:23:07 +01:00
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:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user