Fixes diff test regarding r5094.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5096 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2011-03-12 12:14:14 +00:00
parent d96fd25e64
commit fcf0162c8d
1 changed files with 2 additions and 2 deletions

View File

@ -151,9 +151,9 @@ class RepositoriesCvsControllerTest < ActionController::TestCase
assert_response :success
assert_template 'diff'
assert_tag :tag => 'td', :attributes => { :class => 'line-code diff_out' },
:content => /watched.remove_watcher/
:content => /before_filter :require_login/
assert_tag :tag => 'td', :attributes => { :class => 'line-code diff_in' },
:content => /watched.remove_all_watcher/
:content => /with one change/
end
def test_diff_new_files