mirror of
https://github.com/redmine/redmine.git
synced 2026-01-06 23:53:04 +01:00
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
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user