diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2011-03-12 12:14:14 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2011-03-12 12:14:14 +0000 |
commit | fcf0162c8dc9bc9ee2906d5ded23add18e745809 (patch) | |
tree | 94e207d7fce53fcc2a68ead93b419def064bc541 /test/functional/repositories_cvs_controller_test.rb | |
parent | d96fd25e6473b4debefe768bc90df9e6c4c6c258 (diff) | |
download | redmine-fcf0162c8dc9bc9ee2906d5ded23add18e745809.tar.gz redmine-fcf0162c8dc9bc9ee2906d5ded23add18e745809.zip |
Fixes diff test regarding r5094.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5096 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/functional/repositories_cvs_controller_test.rb')
-rw-r--r-- | test/functional/repositories_cvs_controller_test.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/functional/repositories_cvs_controller_test.rb b/test/functional/repositories_cvs_controller_test.rb index 402ee8cfe..24782b2b5 100644 --- a/test/functional/repositories_cvs_controller_test.rb +++ b/test/functional/repositories_cvs_controller_test.rb @@ -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 |