]> source.dussan.org Git - redmine.git/commit
Fix test failure due to missing call to set_tmp_attachments_directory (#32122).
authorGo MAEDA <maeda@farend.jp>
Fri, 4 Oct 2019 11:17:33 +0000 (11:17 +0000)
committerGo MAEDA <maeda@farend.jp>
Fri, 4 Oct 2019 11:17:33 +0000 (11:17 +0000)
commit5ce4a363a951e4a64afd29bbe216b83fe4fdcc12
tree33f3e2c8f59467f435f7a0f960b21d58eff87d73
parentb83402029721fd5813e3ae6c1eea5fc644651ebf
Fix test failure due to missing call to set_tmp_attachments_directory (#32122).

Patch by Yuichi HARADA.

git-svn-id: http://svn.redmine.org/redmine/trunk@18593 e93f8b46-1217-0410-a6f0-8f06a7374b81
20 files changed:
test/functional/documents_controller_test.rb
test/functional/issues_controller_test.rb
test/functional/journals_controller_test.rb
test/functional/messages_controller_test.rb
test/functional/projects_controller_test.rb
test/functional/wiki_controller_test.rb
test/functional/wikis_controller_test.rb
test/helpers/application_helper_test.rb
test/helpers/journals_helper_test.rb
test/integration/attachments_test.rb
test/system/issues_test.rb
test/unit/attachment_test.rb
test/unit/board_test.rb
test/unit/lib/redmine/export/pdf_test.rb
test/unit/mail_handler_test.rb
test/unit/message_test.rb
test/unit/project_copy_test.rb
test/unit/user_test.rb
test/unit/wiki_page_test.rb
test/unit/wiki_test.rb