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' diff --git a/test/functional/users_controller_test.rb b/test/functional/users_controller_test.rb index 5959da10e..45ce79a86 100644 --- a/test/functional/users_controller_test.rb +++ b/test/functional/users_controller_test.rb @@ -29,12 +29,6 @@ class UsersControllerTest < ActionController::TestCase @request.session[:user_id] = 1 # admin end - def test_index - get :index - assert_response :success - assert_template 'index' - end - def test_index get :index assert_response :success