mirror of
https://github.com/redmine/redmine.git
synced 2026-05-06 20:36:53 +02:00
Fixed that group filter is escaped on users index.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9679 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -74,6 +74,9 @@ class UsersControllerTest < ActionController::TestCase
|
||||
users = assigns(:users)
|
||||
assert users.any?
|
||||
assert_equal([], (users - Group.find(10).users))
|
||||
assert_select 'select[name=group_id]' do
|
||||
assert_select 'option[value=10][selected=selected]'
|
||||
end
|
||||
end
|
||||
|
||||
def test_show
|
||||
|
||||
Reference in New Issue
Block a user