##// END OF EJS Templates
Fixed failing test in #3391. Quotes (") are html escaped....
Eric Davis -
r2670:68c7af6c914a
parent child
Show More
@@ -374,7 +374,7 class IssuesControllerTest < Test::Unit::TestCase
374 374 assert_response :success
375 375 assert_template 'changes.rxml'
376 376 # Inline image
377 assert @response.body.include?("&lt;img src=\"http://test.host/attachments/download/10\" alt=\"\" /&gt;")
377 assert @response.body.include?("&lt;img src=&quot;http://test.host/attachments/download/10&quot; alt=&quot;&quot; /&gt;")
378 378 end
379 379
380 380 def test_new_routing
General Comments 0
You need to be logged in to leave comments. Login now