summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2012-02-24 18:43:35 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2012-02-24 18:43:35 +0000
commitcc19635b6e8e739e96cda4ae784dcf0681e0a968 (patch)
tree6197e5db3a5dc21a9b28b270ba286c8815a00e73 /test
parent430477d4d62b88fd42cc9d4ccd959a53205b8719 (diff)
downloadredmine-cc19635b6e8e739e96cda4ae784dcf0681e0a968.tar.gz
redmine-cc19635b6e8e739e96cda4ae784dcf0681e0a968.zip
Potential test failure fixed.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8981 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test')
-rw-r--r--test/functional/issues_controller_test.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/functional/issues_controller_test.rb b/test/functional/issues_controller_test.rb
index 371de69a6..ca754197c 100644
--- a/test/functional/issues_controller_test.rb
+++ b/test/functional/issues_controller_test.rb
@@ -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