##// END OF EJS Templates
Fixes diff test regarding r5094....
Jean-Philippe Lang -
r4976:fcf0162c8dc9
parent child
Show More
@@ -151,9 +151,9 class RepositoriesCvsControllerTest < ActionController::TestCase
151 assert_response :success
151 assert_response :success
152 assert_template 'diff'
152 assert_template 'diff'
153 assert_tag :tag => 'td', :attributes => { :class => 'line-code diff_out' },
153 assert_tag :tag => 'td', :attributes => { :class => 'line-code diff_out' },
154 :content => /watched.remove_watcher/
154 :content => /before_filter :require_login/
155 assert_tag :tag => 'td', :attributes => { :class => 'line-code diff_in' },
155 assert_tag :tag => 'td', :attributes => { :class => 'line-code diff_in' },
156 :content => /watched.remove_all_watcher/
156 :content => /with one change/
157 end
157 end
158
158
159 def test_diff_new_files
159 def test_diff_new_files
General Comments 0
You need to be logged in to leave comments. Login now