mirror of
https://github.com/redmine/redmine.git
synced 2025-11-01 19:05:51 +01:00
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:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user