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:
parent
d96fd25e64
commit
fcf0162c8d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue