1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-02-01 03:57:15 +00:00

Test cleanup.

git-svn-id: http://svn.redmine.org/redmine/trunk@16086 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2016-12-16 08:49:52 +00:00
parent ae7852adac
commit 831a2d58ab

View File

@ -83,7 +83,6 @@ class AttachmentTest < ActiveSupport::TestCase
def test_shorted_filename_if_too_long
file = mock_file_with_options(:original_filename => "#{'a'*251}.txt")
assert_equal 255, file.original_filename.length
a = Attachment.new(:container => Issue.find(1),
:file => file,