From dce3d904a70ca40e446d340aecae739d72079dd1 Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Sat, 7 Dec 2013 02:09:57 +0000 Subject: [PATCH] fix duplicate test name in IssuesControllerTest git-svn-id: http://svn.redmine.org/redmine/trunk@12367 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- test/functional/issues_controller_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/functional/issues_controller_test.rb b/test/functional/issues_controller_test.rb index d9c1e40da..6fa4253f9 100644 --- a/test/functional/issues_controller_test.rb +++ b/test/functional/issues_controller_test.rb @@ -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' -- 2.39.5