]> source.dussan.org Git - redmine.git/commit
Use #media_type instead of #content_type to test the MIME type of a response (#32886).
authorGo MAEDA <maeda@farend.jp>
Mon, 27 Jan 2020 03:54:25 +0000 (03:54 +0000)
committerGo MAEDA <maeda@farend.jp>
Mon, 27 Jan 2020 03:54:25 +0000 (03:54 +0000)
commitf37ed7766572550bd563632f69ad940717fa9b90
tree6ca7069360504e61396f2c95d458853ff4c8fa39
parentd168df5c822f305cb510d072144c39f205b1bd3d
Use #media_type instead of #content_type to test the MIME type of a response (#32886).

Patch by Go MAEDA.

git-svn-id: http://svn.redmine.org/redmine/trunk@19467 e93f8b46-1217-0410-a6f0-8f06a7374b81
44 files changed:
test/functional/attachments_controller_test.rb
test/functional/auth_sources_controller_test.rb
test/functional/custom_fields_controller_test.rb
test/functional/gantts_controller_test.rb
test/functional/groups_controller_test.rb
test/functional/issue_categories_controller_test.rb
test/functional/issue_relations_controller_test.rb
test/functional/issues_controller_test.rb
test/functional/journals_controller_test.rb
test/functional/members_controller_test.rb
test/functional/messages_controller_test.rb
test/functional/principal_memberships_controller_test.rb
test/functional/projects_controller_test.rb
test/functional/queries_controller_test.rb
test/functional/repositories_controller_test.rb
test/functional/repositories_filesystem_controller_test.rb
test/functional/repositories_subversion_controller_test.rb
test/functional/sys_controller_test.rb
test/functional/timelog_controller_test.rb
test/functional/versions_controller_test.rb
test/functional/wiki_controller_test.rb
test/integration/api_test/attachments_test.rb
test/integration/api_test/custom_fields_test.rb
test/integration/api_test/enumerations_test.rb
test/integration/api_test/groups_test.rb
test/integration/api_test/issue_categories_test.rb
test/integration/api_test/issue_relations_test.rb
test/integration/api_test/issue_statuses_test.rb
test/integration/api_test/issues_test.rb
test/integration/api_test/memberships_test.rb
test/integration/api_test/my_test.rb
test/integration/api_test/news_test.rb
test/integration/api_test/projects_test.rb
test/integration/api_test/queries_test.rb
test/integration/api_test/roles_test.rb
test/integration/api_test/search_test.rb
test/integration/api_test/time_entries_test.rb
test/integration/api_test/trackers_test.rb
test/integration/api_test/users_test.rb
test/integration/api_test/versions_test.rb
test/integration/api_test/wiki_pages_test.rb
test/integration/attachments_test.rb
test/integration/welcome_test.rb
test/test_helper.rb