From b67a46302f13c00b863a54d3876ba81aecd5a2c8 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Mon, 30 Jan 2017 17:36:49 +0000 Subject: Test failure introduced in r16295 (#24199). git-svn-id: http://svn.redmine.org/redmine/branches/3.2-stable@16305 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- test/functional/repositories_subversion_controller_test.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/functional/repositories_subversion_controller_test.rb b/test/functional/repositories_subversion_controller_test.rb index d801040f0..40a03ba06 100644 --- a/test/functional/repositories_subversion_controller_test.rb +++ b/test/functional/repositories_subversion_controller_test.rb @@ -183,11 +183,11 @@ class RepositoriesSubversionControllerTest < ActionController::TestCase end end - def test_entry_should_send_images_inline + def test_entry_should_send_images_as_attachment get :entry, :id => PRJ_ID, :path => repository_path_hash(['subversion_test', 'folder', 'subfolder', 'rubylogo.gif'])[:param] assert_response :success - assert_equal 'inline; filename="rubylogo.gif"', response.headers['Content-Disposition'] + assert_equal 'attachment; filename="rubylogo.gif"', response.headers['Content-Disposition'] end def test_entry_at_given_revision -- cgit v1.2.3