]> source.dussan.org Git - redmine.git/commitdiff
Fixed failing test in #3391. Quotes (") are html escaped.
authorEric Davis <edavis@littlestreamsoftware.com>
Sat, 30 May 2009 21:47:10 +0000 (21:47 +0000)
committerEric Davis <edavis@littlestreamsoftware.com>
Sat, 30 May 2009 21:47:10 +0000 (21:47 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2770 e93f8b46-1217-0410-a6f0-8f06a7374b81

test/functional/issues_controller_test.rb

index 4b5c2d34344e3bbf9ec0bde923b2df1837064513..16c1a08041eadb6dab0e8f26b73a28fd468eb007 100644 (file)
@@ -374,7 +374,7 @@ class IssuesControllerTest < Test::Unit::TestCase
     assert_response :success
     assert_template 'changes.rxml'
     # Inline image
-    assert @response.body.include?("&lt;img src=\"http://test.host/attachments/download/10\" alt=\"\" /&gt;")
+    assert @response.body.include?("&lt;img src=&quot;http://test.host/attachments/download/10&quot; alt=&quot;&quot; /&gt;")
   end
   
   def test_new_routing