mirror of
https://github.com/redmine/redmine.git
synced 2025-11-02 03:15:57 +01:00
Updated assertion that fails after r8680.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8681 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -950,7 +950,7 @@ class IssuesControllerTest < ActionController::TestCase
|
||||
assert_tag 'a', :attributes => {:href => '/issues/5'}, :content => /Next/
|
||||
|
||||
count = Issue.open.visible.count
|
||||
assert_tag 'span', :attributes => {:class => 'position'}, :content => "3/#{count}"
|
||||
assert_tag 'span', :attributes => {:class => 'position'}, :content => "3 of #{count}"
|
||||
end
|
||||
|
||||
def test_show_should_display_prev_next_links_with_saved_query_in_session
|
||||
|
||||
Reference in New Issue
Block a user