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:
parent
ef086beed1
commit
fdd79c0448
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue