Attachment name is added in the generated link.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11191 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
1386c10074
commit
6326752290
|
@ -549,9 +549,8 @@ RAW
|
||||||
end
|
end
|
||||||
|
|
||||||
def test_attachment_links
|
def test_attachment_links
|
||||||
attachment_link = link_to('error281.txt', {:controller => 'attachments', :action => 'download', :id => '1'}, :class => 'attachment')
|
|
||||||
to_test = {
|
to_test = {
|
||||||
'attachment:error281.txt' => attachment_link
|
'attachment:error281.txt' => '<a href="/attachments/download/1/error281.txt" class="attachment">error281.txt</a>'
|
||||||
}
|
}
|
||||||
to_test.each { |text, result| assert_equal "<p>#{result}</p>", textilizable(text, :attachments => Issue.find(3).attachments), "#{text} failed" }
|
to_test.each { |text, result| assert_equal "<p>#{result}</p>", textilizable(text, :attachments => Issue.find(3).attachments), "#{text} failed" }
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue