diff --git a/test/functional/content_viewer_controller_test.rb b/test/functional/content_viewer_controller_test.rb index 217f016..06d9698 100644 --- a/test/functional/content_viewer_controller_test.rb +++ b/test/functional/content_viewer_controller_test.rb @@ -398,9 +398,9 @@ class ContentViewerControllerTest < ActionController::TestCase page.body = 'edited article'; page.save get :versions_diff, :profile => profile.identifier, :page => [ 'myarticle' ], :v1 => 1, :v2 => 2; - - assert_tag :tag => 'li', :attributes => { :class => /del/ }, :content => /original article/ - assert_tag :tag => 'li', :attributes => { :class => /ins/ }, :content => /edited article/ + + assert_tag :tag => 'li', :attributes => { :class => /del/ }, :content => /original/ + assert_tag :tag => 'li', :attributes => { :class => /ins/ }, :content => /edited/ assert_response :success end -- libgit2 0.21.2