Commit ae082205 authored by Jean-Philippe Lang's avatar Jean-Philippe Lang

Add failing test for #4302.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3096 e93f8b46-1217-0410-a6f0-8f06a7374b81
parent 43fd27fd
......@@ -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'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment