mirror of
https://github.com/meineerde/redmine.git
synced 2026-01-31 11:37:14 +00:00
Add missing fixtures to SearchControllerTest (#38496).
git-svn-id: https://svn.redmine.org/redmine/trunk@22211 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
5409ab33cf
commit
135606bcf5
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user