Feature #4050 » 0008-Quotes-should-not-be-escaped.patch
test/functional/issues_controller_test.rb | ||
---|---|---|
375 | 375 |
assert_response :success |
376 | 376 |
assert_template 'changes.rxml' |
377 | 377 |
# Inline image |
378 |
assert @response.body.include?("<img src="http://test.host/attachments/download/10" alt="" />")
|
|
378 |
assert @response.body.include?("<img src=\"http://test.host/attachments/download/10\" alt=\"\" />")
|
|
379 | 379 |
end |
380 | 380 |
|
381 | 381 |
def test_new_routing |