]> source.dussan.org Git - redmine.git/commitdiff
Updated assertion that fails after r8680.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Fri, 20 Jan 2012 22:54:20 +0000 (22:54 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Fri, 20 Jan 2012 22:54:20 +0000 (22:54 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8681 e93f8b46-1217-0410-a6f0-8f06a7374b81

test/functional/issues_controller_test.rb

index 7bc0d711950de959da0243ab63da4b022fa44fed..336d86e794f2fa5dead7590b8ca38dba0698aa74 100644 (file)
@@ -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