]> source.dussan.org Git - redmine.git/commitdiff
fix duplicate test name in IssuesControllerTest
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sat, 7 Dec 2013 02:09:57 +0000 (02:09 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sat, 7 Dec 2013 02:09:57 +0000 (02:09 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@12367 e93f8b46-1217-0410-a6f0-8f06a7374b81

test/functional/issues_controller_test.rb

index d9c1e40da728b788931e69b19d1296570a29ff90..6fa4253f9b8f8f78d3801d2f64d2b8fee1932447 100644 (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'