summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2009-10-24 11:35:35 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2009-10-24 11:35:35 +0000
commitf206dfe9b50f6be8c68c9f36f35c3ddb56d2f536 (patch)
tree7f9ec2f5c5d7acf20c427fc51cce39cc12ddfee9 /test
parenta68d8a7b32fbbf8d7d651eb38fe48b676d8b610a (diff)
downloadredmine-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.rb2
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?("&lt;img src=&quot;http://test.host/attachments/download/10&quot; alt=&quot;&quot; /&gt;")
+ assert @response.body.include?("&lt;img src=\"http://test.host/attachments/download/10\" alt=\"\" /&gt;")
end
def test_new_routing