##// END OF EJS Templates
Add failing test for #4302....
Jean-Philippe Lang -
r2982:ae082205e21e
parent child
Show More
@@ -193,6 +193,11 class IssuesControllerTest < ActionController::TestCase
193 assert_not_nil count_by_group['MySQL']
193 assert_not_nil count_by_group['MySQL']
194 end
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 def test_index_csv_with_project
201 def test_index_csv_with_project
197 Setting.default_language = 'en'
202 Setting.default_language = 'en'
198
203
General Comments 0
You need to be logged in to leave comments. Login now