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:
parent
b0319f847f
commit
b4d3e429df
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user