mirror of
				https://github.com/redmine/redmine.git
				synced 2025-10-31 18:36:07 +01:00 
			
		
		
		
	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:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user