diff options
author | Go MAEDA <maeda@farend.jp> | 2020-03-23 05:52:40 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2020-03-23 05:52:40 +0000 |
commit | 4a7bc593afad704a75ca662c8bec167305c66909 (patch) | |
tree | c0fb9793648b4ced60a6cb72077731f3538843c3 /test/functional/attachments_controller_test.rb | |
parent | 12318cff4d2d1ca7a3dde2d139815d7d8ce0a3bd (diff) | |
download | redmine-4a7bc593afad704a75ca662c8bec167305c66909.tar.gz redmine-4a7bc593afad704a75ca662c8bec167305c66909.zip |
Display bulk_download_max_size in human-readable representation (#7056).
Patch by Go MAEDA.
git-svn-id: http://svn.redmine.org/redmine/trunk@19609 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/functional/attachments_controller_test.rb')
-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 2576f5f7a..09f98e26a 100644 --- a/test/functional/attachments_controller_test.rb +++ b/test/functional/attachments_controller_test.rb @@ -617,7 +617,7 @@ class AttachmentsControllerTest < Redmine::ControllerTest :back_url => '/issues/2' } assert_redirected_to '/issues/2' - assert_equal flash[:error], 'These attachments cannot be bulk downloaded because the total file size exceeds the maximum allowed size (0)' + assert_equal flash[:error], 'These attachments cannot be bulk downloaded because the total file size exceeds the maximum allowed size (0 Bytes)' end end |