Merged r12367 and r12368 from trunk to 2.4-stable

git-svn-id: http://svn.redmine.org/redmine/branches/2.4-stable@12369 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2013-12-07 03:51:26 +00:00
parent 6d33524888
commit 5b1073095a
2 changed files with 1 additions and 7 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'

View File

@ -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