Fixes that test randomly fails.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10727 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2012-10-27 07:36:06 +00:00
parent fb68f4703b
commit 8a2786c91e
1 changed files with 1 additions and 2 deletions

View File

@ -1136,8 +1136,7 @@ class IssuesControllerTest < ActionController::TestCase
assert_response :success, "Wrong response status for #{assoc_sort} sort"
assert_select 'div.next-prev-links' do
assert_select 'a', :text => /Previous/
assert_select 'a', :text => /Next/
assert_select 'a', :text => /(Previous|Next)/
end
end
end