diff options
author | Eric Davis <edavis@littlestreamsoftware.com> | 2009-11-12 04:59:54 +0000 |
---|---|---|
committer | Eric Davis <edavis@littlestreamsoftware.com> | 2009-11-12 04:59:54 +0000 |
commit | cd110535a35a35c68c8581fa5c0486fbf0eebae1 (patch) | |
tree | 115f221f162b508db43c4daf69eebfb3467c36d3 | |
parent | bb8a397a13654998b12c1fc1941c52e75ff27626 (diff) | |
download | redmine-cd110535a35a35c68c8581fa5c0486fbf0eebae1.tar.gz redmine-cd110535a35a35c68c8581fa5c0486fbf0eebae1.zip |
Adding the body of the feed to the failure message. #4204
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3033 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r-- | test/functional/issues_controller_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/issues_controller_test.rb b/test/functional/issues_controller_test.rb index 701ae1651..6786b02e7 100644 --- a/test/functional/issues_controller_test.rb +++ b/test/functional/issues_controller_test.rb @@ -378,7 +378,7 @@ class IssuesControllerTest < ActionController::TestCase assert_response :success assert_template 'changes.rxml' # Inline image - assert @response.body.include?("<img src=\"http://test.host/attachments/download/10\" alt=\"\" />") + assert @response.body.include?("<img src=\"http://test.host/attachments/download/10\" alt=\"\" />"), "Body did not match. Body: #{@response.body}" end def test_new_routing |