mirror of
https://github.com/redmine/redmine.git
synced 2025-11-11 15:56:03 +01:00
Test failures.
git-svn-id: http://svn.redmine.org/redmine/trunk@15863 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -111,7 +111,7 @@ class IssuesTest < Redmine::IntegrationTest
|
|||||||
|
|
||||||
def test_next_and_previous_links_should_be_displayed_after_query_grouped_and_sorted_by_version
|
def test_next_and_previous_links_should_be_displayed_after_query_grouped_and_sorted_by_version
|
||||||
with_settings :default_language => 'en' do
|
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_response :success
|
||||||
assert_select 'td.id', :text => '5'
|
assert_select 'td.id', :text => '5'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user