Fixes new setting name.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2504 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang
2009-02-21 15:44:00 +00:00
parent 66afc8c054
commit 79c074dbe5
4 changed files with 4 additions and 4 deletions
@@ -64,7 +64,7 @@ class AttachmentsControllerTest < Test::Unit::TestCase
end
def test_show_text_file_should_send_if_too_big
Setting.setting_file_max_size_displayed = 512
Setting.file_max_size_displayed = 512
Attachment.find(4).update_attribute :filesize, 754.kilobyte
get :show, :id => 4