Fixed failing test in #3391. Quotes (") are html escaped.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2770 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
c082cfc90e
commit
68c7af6c91
|
@ -374,7 +374,7 @@ class IssuesControllerTest < Test::Unit::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