Actualiza a Redmine 3.4.13
This commit is contained in:
parent
807ff3308d
commit
ecddcaf1d3
224 changed files with 2222 additions and 1000 deletions
|
@ -262,6 +262,7 @@ class AttachmentTest < ActiveSupport::TestCase
|
|||
|
||||
a = Attachment.new(:filename => "test.png", :description => "Cool image")
|
||||
assert_equal "test.png (Cool image)", a.title
|
||||
assert_equal "test.png", a.filename
|
||||
end
|
||||
|
||||
def test_new_attachment_should_be_editable_by_author
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue