Patch #44115 ยป fix_groups_controller_test.patch
| test/functional/groups_controller_test.rb | ||
|---|---|---|
| 20 | 20 |
require_relative '../test_helper' |
| 21 | 21 | |
| 22 | 22 |
class GroupsControllerTest < Redmine::ControllerTest |
| 23 |
include Redmine::I18n |
|
| 24 | ||
| 23 | 25 |
def setup |
| 24 | 26 |
@request.session[:user_id] = 1 |
| 27 |
set_language_if_valid User.find(1).language |
|
| 25 | 28 |
end |
| 26 | 29 | |
| 27 | 30 |
def test_index |