Skip to content

Commit

Permalink
Add missing fixture versions to MailHandlerControllerTest (#37470).
Browse files Browse the repository at this point in the history
Patch by Dmitry Makurin.


git-svn-id: https://svn.redmine.org/redmine/trunk@21727 e93f8b46-1217-0410-a6f0-8f06a7374b81
  • Loading branch information
vividtone committed Jul 21, 2022
1 parent 5589fad commit 84627cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/mail_handler_controller_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
class MailHandlerControllerTest < Redmine::ControllerTest
fixtures :users, :email_addresses, :projects, :enabled_modules,
:roles, :members, :member_roles, :issues, :issue_statuses,
:trackers, :projects_trackers, :enumerations
:trackers, :projects_trackers, :enumerations, :versions

FIXTURES_PATH = File.dirname(__FILE__) + '/../fixtures/mail_handler'

Expand Down

0 comments on commit 84627cb

Please sign in to comment.