]> source.dussan.org Git - redmine.git/commit
Support frozen_string_literal in test/**/*.rb (#26561).
authorGo MAEDA <maeda@farend.jp>
Thu, 21 Mar 2019 03:27:53 +0000 (03:27 +0000)
committerGo MAEDA <maeda@farend.jp>
Thu, 21 Mar 2019 03:27:53 +0000 (03:27 +0000)
commitb900ae6107666deb601753eaa7abab0b299c006d
treef8578c5e9b06369807bc173f09b484540a99afdb
parent4a37bac86670e3743d9ff1ff102c5527daf32c37
Support frozen_string_literal in test/**/*.rb (#26561).

Contributed by Pavel Rosický.

git-svn-id: http://svn.redmine.org/redmine/trunk@17996 e93f8b46-1217-0410-a6f0-8f06a7374b81
49 files changed:
test/application_system_test_case.rb
test/coverage/html_formatter.rb
test/fixtures/files/2006/07/060719210727_source.rb
test/functional/attachments_controller_test.rb
test/functional/issues_controller_test.rb
test/functional/repositories_filesystem_controller_test.rb
test/functional/repositories_git_controller_test.rb
test/functional/repositories_mercurial_controller_test.rb
test/functional/timelog_report_test.rb
test/helpers/application_helper_test.rb
test/integration/api_test/authentication_test.rb
test/object_helpers.rb
test/system/issues_import_test.rb
test/system/issues_test.rb
test/system/my_page_test.rb
test/system/quick_jump_test.rb
test/system/sudo_mode_test.rb
test/system/timelog_test.rb
test/unit/attachment_test.rb
test/unit/auth_source_ldap_test.rb
test/unit/changeset_test.rb
test/unit/custom_field_test.rb
test/unit/group_test.rb
test/unit/issue_nested_set_concurrency_test.rb
test/unit/lib/redmine/codeset_util_test.rb
test/unit/lib/redmine/export/csv_test.rb
test/unit/lib/redmine/export/pdf_test.rb
test/unit/lib/redmine/field_format/enumeration_format_test.rb
test/unit/lib/redmine/field_format/list_format_test.rb
test/unit/lib/redmine/field_format/user_field_format_test.rb
test/unit/lib/redmine/i18n_test.rb
test/unit/lib/redmine/scm/adapters/bazaar_adapter_test.rb
test/unit/lib/redmine/scm/adapters/cvs_adapter_test.rb
test/unit/lib/redmine/scm/adapters/filesystem_adapter_test.rb
test/unit/lib/redmine/scm/adapters/git_adapter_test.rb
test/unit/lib/redmine/scm/adapters/mercurial_adapter_test.rb
test/unit/lib/redmine/scm/adapters/subversion_adapter_test.rb
test/unit/lib/redmine/unified_diff_test.rb
test/unit/mail_handler_test.rb
test/unit/member_test.rb
test/unit/query_test.rb
test/unit/repository_bazaar_test.rb
test/unit/repository_cvs_test.rb
test/unit/repository_filesystem_test.rb
test/unit/repository_git_test.rb
test/unit/repository_mercurial_test.rb
test/unit/repository_subversion_test.rb
test/unit/repository_test.rb
test/unit/wiki_test.rb