@@ -111,7 +111,7 class IssuesTest < Redmine::IntegrationTest | |||||
111 |
|
111 | |||
112 | def test_next_and_previous_links_should_be_displayed_after_query_grouped_and_sorted_by_version |
|
112 | def test_next_and_previous_links_should_be_displayed_after_query_grouped_and_sorted_by_version | |
113 | with_settings :default_language => 'en' do |
|
113 | with_settings :default_language => 'en' do | |
114 | get '/projects/ecookbook/issues?set_filter=1&group_by=fixed_version&sort=priority:desc,fixed_version' |
|
114 | get '/projects/ecookbook/issues?set_filter=1&group_by=fixed_version&sort=priority:desc,fixed_version,id' | |
115 | assert_response :success |
|
115 | assert_response :success | |
116 | assert_select 'td.id', :text => '5' |
|
116 | assert_select 'td.id', :text => '5' | |
117 |
|
117 |
General Comments 0
You need to be logged in to leave comments.
Login now