Fixes diff test regarding r5094.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5095 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
c18520d02f
commit
37664c96b7
@ -116,12 +116,12 @@ class RepositoriesBazaarControllerTest < ActionController::TestCase
|
|||||||
get :diff, :id => 3, :rev => 3
|
get :diff, :id => 3, :rev => 3
|
||||||
assert_response :success
|
assert_response :success
|
||||||
assert_template 'diff'
|
assert_template 'diff'
|
||||||
# Line 22 removed
|
# Line 11 removed
|
||||||
assert_tag :tag => 'th',
|
assert_tag :tag => 'th',
|
||||||
:content => /2/,
|
:content => /11/,
|
||||||
:sibling => { :tag => 'td',
|
:sibling => { :tag => 'td',
|
||||||
:attributes => { :class => /diff_in/ },
|
:attributes => { :class => /diff_out/ },
|
||||||
:content => /Main purpose/ }
|
:content => /Display more information/ }
|
||||||
end
|
end
|
||||||
|
|
||||||
def test_annotate
|
def test_annotate
|
||||||
|
Loading…
x
Reference in New Issue
Block a user