summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2012-01-20 22:54:20 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2012-01-20 22:54:20 +0000
commitfdd79c0448a333800ba6aca42837cffbe0d1af45 (patch)
tree431f7b8a3348a7506da527a8fc6064b48e80ee06
parentef086beed1dab3bce1cb7d05edb5c2536b1d8d9c (diff)
downloadredmine-fdd79c0448a333800ba6aca42837cffbe0d1af45.tar.gz
redmine-fdd79c0448a333800ba6aca42837cffbe0d1af45.zip
Updated assertion that fails after r8680.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8681 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r--test/functional/issues_controller_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/issues_controller_test.rb b/test/functional/issues_controller_test.rb
index 7bc0d7119..336d86e79 100644
--- a/test/functional/issues_controller_test.rb
+++ b/test/functional/issues_controller_test.rb
@@ -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