From: Go MAEDA Date: Wed, 26 Apr 2023 21:48:47 +0000 (+0000) Subject: Add missing fixtures to SearchControllerTest (#38496). X-Git-Tag: 5.1.0~154 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=135606bcf5d17bc5050893edc7243186374ba4ee;p=redmine.git Add missing fixtures to SearchControllerTest (#38496). git-svn-id: https://svn.redmine.org/redmine/trunk@22211 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/test/functional/search_controller_test.rb b/test/functional/search_controller_test.rb index ee5db1232..681f13410 100644 --- a/test/functional/search_controller_test.rb +++ b/test/functional/search_controller_test.rb @@ -23,10 +23,11 @@ class SearchControllerTest < Redmine::ControllerTest fixtures :projects, :projects_trackers, :enabled_modules, :roles, :users, :members, :member_roles, :issues, :trackers, :issue_statuses, :enumerations, - :workflows, + :issue_categories, :workflows, :custom_fields, :custom_values, :custom_fields_projects, :custom_fields_trackers, - :repositories, :changesets + :repositories, :changesets, + :user_preferences def setup User.current = nil