##// END OF EJS Templates
Fixes diff test regarding r5094....
Jean-Philippe Lang -
r4975:d96fd25e6473
parent child
Show More
@@ -116,12 +116,12 class RepositoriesBazaarControllerTest < ActionController::TestCase
116 116 get :diff, :id => 3, :rev => 3
117 117 assert_response :success
118 118 assert_template 'diff'
119 # Line 22 removed
119 # Line 11 removed
120 120 assert_tag :tag => 'th',
121 :content => /2/,
121 :content => /11/,
122 122 :sibling => { :tag => 'td',
123 :attributes => { :class => /diff_in/ },
124 :content => /Main purpose/ }
123 :attributes => { :class => /diff_out/ },
124 :content => /Display more information/ }
125 125 end
126 126
127 127 def test_annotate
General Comments 0
You need to be logged in to leave comments. Login now