diff --git a/test/integration/issues_test.rb b/test/integration/issues_test.rb index 86c0db68a..c90469be7 100644 --- a/test/integration/issues_test.rb +++ b/test/integration/issues_test.rb @@ -111,7 +111,7 @@ class IssuesTest < Redmine::IntegrationTest def test_next_and_previous_links_should_be_displayed_after_query_grouped_and_sorted_by_version with_settings :default_language => 'en' do - get '/projects/ecookbook/issues?set_filter=1&group_by=fixed_version&sort=priority:desc,fixed_version' + get '/projects/ecookbook/issues?set_filter=1&group_by=fixed_version&sort=priority:desc,fixed_version,id' assert_response :success assert_select 'td.id', :text => '5'