Add failing test for #4302.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3096 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
43fd27fd0c
commit
ae082205e2
|
@ -193,6 +193,11 @@ class IssuesControllerTest < ActionController::TestCase
|
|||
assert_not_nil count_by_group['MySQL']
|
||||
end
|
||||
|
||||
def test_index_sort_by_field_not_included_in_columns
|
||||
Setting.issue_list_default_columns = %w(subject author)
|
||||
get :index, :sort => 'tracker'
|
||||
end
|
||||
|
||||
def test_index_csv_with_project
|
||||
Setting.default_language = 'en'
|
||||
|
||||
|
|
Loading…
Reference in New Issue