fix duplicate test name in IssuesControllerTest

git-svn-id: http://svn.redmine.org/redmine/trunk@12367 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2013-12-07 02:09:57 +00:00
parent f1175fda70
commit dce3d904a7
1 changed files with 1 additions and 1 deletions

View File

@ -293,7 +293,7 @@ class IssuesControllerTest < ActionController::TestCase
end
end
def test_index_with_query_grouped_by_tracker
def test_index_with_query_grouped_by_tracker_in_normal_order
3.times {|i| Issue.generate!(:tracker_id => (i + 1))}
get :index, :set_filter => 1, :group_by => 'tracker', :sort => 'id:desc'