Patch #38496 ยป missing-fixture-SearchControllerTest.patch
| test/functional/search_controller_test.rb | ||
|---|---|---|
| 23 | 23 |
fixtures :projects, :projects_trackers, |
| 24 | 24 |
:enabled_modules, :roles, :users, :members, :member_roles, |
| 25 | 25 |
:issues, :trackers, :issue_statuses, :enumerations, |
| 26 |
:workflows, |
|
| 26 |
:issue_categories, :workflows,
|
|
| 27 | 27 |
:custom_fields, :custom_values, |
| 28 | 28 |
:custom_fields_projects, :custom_fields_trackers, |
| 29 |
:repositories, :changesets |
|
| 29 |
:repositories, :changesets, |
|
| 30 |
:user_preferences |
|
| 30 | 31 | |
| 31 | 32 |
def setup |
| 32 | 33 |
User.current = nil |