]> source.dussan.org Git - redmine.git/commitdiff
Adding the body of the feed to the failure message. #4204
authorEric Davis <edavis@littlestreamsoftware.com>
Thu, 12 Nov 2009 04:59:54 +0000 (04:59 +0000)
committerEric Davis <edavis@littlestreamsoftware.com>
Thu, 12 Nov 2009 04:59:54 +0000 (04:59 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3033 e93f8b46-1217-0410-a6f0-8f06a7374b81

test/functional/issues_controller_test.rb

index 701ae165164b2ad8a40a7718f4a09a1fa96b8bb8..6786b02e77484e555f859c60b56040c940b6b73c 100644 (file)
@@ -378,7 +378,7 @@ class IssuesControllerTest < ActionController::TestCase
     assert_response :success
     assert_template 'changes.rxml'
     # Inline image
-    assert @response.body.include?("&lt;img src=\"http://test.host/attachments/download/10\" alt=\"\" /&gt;")
+    assert @response.body.include?("&lt;img src=\"http://test.host/attachments/download/10\" alt=\"\" /&gt;"), "Body did not match. Body: #{@response.body}"
   end
   
   def test_new_routing