summaryrefslogtreecommitdiffstats
path: root/test/functional/repositories_cvs_controller_test.rb
diff options
context:
space:
mode:
authorEric Davis <edavis@littlestreamsoftware.com>2010-10-25 15:42:41 +0000
committerEric Davis <edavis@littlestreamsoftware.com>2010-10-25 15:42:41 +0000
commit0e951c071631fee35962b264d3db2c68961bf670 (patch)
treec5a2dddca8edeb1782df54554a6838ad105cc5d4 /test/functional/repositories_cvs_controller_test.rb
parentd9f2bccf7092a50ba34f100b9a73d89e5b678bf7 (diff)
downloadredmine-0e951c071631fee35962b264d3db2c68961bf670.tar.gz
redmine-0e951c071631fee35962b264d3db2c68961bf670.zip
Fix the tests that were broken by r4286:
"Refactor: merged error rendering methods." http://ci.finn.de/builds/1-8-7_redmine-trunk_mysql/4286 git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4289 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/functional/repositories_cvs_controller_test.rb')
-rw-r--r--test/functional/repositories_cvs_controller_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/repositories_cvs_controller_test.rb b/test/functional/repositories_cvs_controller_test.rb
index f3d4ecfe1..fa604dc81 100644
--- a/test/functional/repositories_cvs_controller_test.rb
+++ b/test/functional/repositories_cvs_controller_test.rb
@@ -106,7 +106,7 @@ class RepositoriesCvsControllerTest < ActionController::TestCase
def test_entry_not_found
get :entry, :id => 1, :path => ['sources', 'zzz.c']
- assert_tag :tag => 'div', :attributes => { :class => /error/ },
+ assert_tag :tag => 'p', :attributes => { :id => /errorExplanation/ },
:content => /The entry or revision was not found in the repository/
end