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:
parent
430477d4d6
commit
cc19635b6e
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue