diff options
author | Go MAEDA <maeda@farend.jp> | 2019-02-05 23:40:15 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2019-02-05 23:40:15 +0000 |
commit | 8cf95006bfda3c7e4972a52b93d8ddf5ac1b5700 (patch) | |
tree | 1b0631283518fbdc32855aa4fe40e9d20a22b5c8 /test | |
parent | 4c38f461849e641a36023f24c8d8293ee2dba572 (diff) | |
download | redmine-8cf95006bfda3c7e4972a52b93d8ddf5ac1b5700.tar.gz redmine-8cf95006bfda3c7e4972a52b93d8ddf5ac1b5700.zip |
Fix a test failure (#13688).
Patch by Marius BALTEANU.
git-svn-id: http://svn.redmine.org/redmine/trunk@17851 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test')
-rw-r--r-- | test/functional/attachments_controller_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/attachments_controller_test.rb b/test/functional/attachments_controller_test.rb index cf7e96115..4fd009a4f 100644 --- a/test/functional/attachments_controller_test.rb +++ b/test/functional/attachments_controller_test.rb @@ -407,7 +407,7 @@ class AttachmentsControllerTest < Redmine::ControllerTest end def test_thumbnail_should_round_size - Redmine::Thumbnail.expects(:generate).with {|source, target, size| size == 250} + Redmine::Thumbnail.expects(:generate).with {|source, target, size| size == 300} @request.session[:user_id] = 2 get :thumbnail, :params => { |