Potential test failure fixed.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8981 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2012-02-24 18:43:35 +00:00
parent 430477d4d6
commit cc19635b6e
1 changed files with 2 additions and 2 deletions

View File

@ -1035,8 +1035,8 @@ class IssuesControllerTest < ActionController::TestCase
get :show, :id => 3
assert_response :success, "Wrong response status for #{assoc_sort} sort"
assert_tag 'a', :content => /Previous/
assert_tag 'a', :content => /Next/
assert_tag 'div', :attributes => {:class => /next-prev-links/}, :content => /Previous/
assert_tag 'div', :attributes => {:class => /next-prev-links/}, :content => /Next/
end
end