Browse Source

Fixes diff test regarding r5094.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5096 e93f8b46-1217-0410-a6f0-8f06a7374b81
tags/1.2.0
Jean-Philippe Lang 13 years ago
parent
commit
fcf0162c8d
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      test/functional/repositories_cvs_controller_test.rb

+ 2
- 2
test/functional/repositories_cvs_controller_test.rb 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

Loading…
Cancel
Save