@@ -193,6 +193,11 class IssuesControllerTest < ActionController::TestCase | |||
|
193 | 193 | assert_not_nil count_by_group['MySQL'] |
|
194 | 194 | end |
|
195 | 195 | |
|
196 | def test_index_sort_by_field_not_included_in_columns | |
|
197 | Setting.issue_list_default_columns = %w(subject author) | |
|
198 | get :index, :sort => 'tracker' | |
|
199 | end | |
|
200 | ||
|
196 | 201 | def test_index_csv_with_project |
|
197 | 202 | Setting.default_language = 'en' |
|
198 | 203 |
General Comments 0
You need to be logged in to leave comments.
Login now