From d96fd25e6473b4debefe768bc90df9e6c4c6c258 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sat, 12 Mar 2011 12:06:58 +0000 Subject: [PATCH] Fixes diff test regarding r5094. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5095 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- test/functional/repositories_bazaar_controller_test.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/test/functional/repositories_bazaar_controller_test.rb b/test/functional/repositories_bazaar_controller_test.rb index 576b710ca..d014c753a 100644 --- a/test/functional/repositories_bazaar_controller_test.rb +++ b/test/functional/repositories_bazaar_controller_test.rb @@ -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