diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2009-10-24 11:35:35 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2009-10-24 11:35:35 +0000 |
commit | f206dfe9b50f6be8c68c9f36f35c3ddb56d2f536 (patch) | |
tree | 7f9ec2f5c5d7acf20c427fc51cce39cc12ddfee9 /test | |
parent | a68d8a7b32fbbf8d7d651eb38fe48b676d8b610a (diff) | |
download | redmine-f206dfe9b50f6be8c68c9f36f35c3ddb56d2f536.tar.gz redmine-f206dfe9b50f6be8c68c9f36f35c3ddb56d2f536.zip |
Reverts r2770 (#3391).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2960 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test')
-rw-r--r-- | test/functional/issues_controller_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/issues_controller_test.rb b/test/functional/issues_controller_test.rb index de45e96d9..b38b8bb27 100644 --- a/test/functional/issues_controller_test.rb +++ b/test/functional/issues_controller_test.rb @@ -375,7 +375,7 @@ class IssuesControllerTest < ActionController::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 |