1
0
mirror of https://github.com/meineerde/redmine.git synced 2025-12-19 15:01:14 +00:00

Test failure (#31444).

git-svn-id: http://svn.redmine.org/redmine/trunk@18302 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2019-06-20 16:35:51 +00:00
parent b0319f847f
commit b4d3e429df

View File

@ -82,6 +82,7 @@ class Redmine::UserFieldFormatTest < ActionView::TestCase
end
def test_possible_values_options_should_return_project_members_and_me_if_logged_in
::I18n.locale = 'en'
User.current = User.find(2)
field = IssueCustomField.new(:field_format => 'user')
project = Project.find(1)