]> source.dussan.org Git - redmine.git/commitdiff
Fixes diff test regarding r5094.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 12 Mar 2011 12:14:14 +0000 (12:14 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 12 Mar 2011 12:14:14 +0000 (12:14 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5096 e93f8b46-1217-0410-a6f0-8f06a7374b81

test/functional/repositories_cvs_controller_test.rb

index 402ee8cfe3c95551a889c02242eca8c2373bcb10..24782b2b5e66da0a945c6de2b3ff24c3f500eda8 100644 (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