Commit 37664c96 authored by Jean-Philippe Lang's avatar Jean-Philippe Lang Committed by Eric Davis

Fixes diff test regarding r5094.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5095 e93f8b46-1217-0410-a6f0-8f06a7374b81
parent c18520d0
......@@ -116,12 +116,12 @@ class RepositoriesBazaarControllerTest < ActionController::TestCase
get :diff, :id => 3, :rev => 3
assert_response :success
assert_template 'diff'
# Line 22 removed
# Line 11 removed
assert_tag :tag => 'th',
:content => /2/,
:content => /11/,
:sibling => { :tag => 'td',
:attributes => { :class => /diff_in/ },
:content => /Main purpose/ }
:attributes => { :class => /diff_out/ },
:content => /Display more information/ }
end
def test_annotate
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment