Reverts r2770 (#3391).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2960 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
a68d8a7b32
commit
f206dfe9b5
|
@ -375,7 +375,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=\"\" />")
|
||||
end
|
||||
|
||||
def test_new_routing
|
||||
|
|
Loading…
Reference in New Issue