scm: filesystem: fix todo comment of MIME_TYPES of big-file.txt in functional test.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5208 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
05825c38a2
commit
fd400df10e
@ -92,7 +92,7 @@ class RepositoriesFilesystemControllerTest < ActionController::TestCase
|
|||||||
with_settings :file_max_size_displayed => 1 do
|
with_settings :file_max_size_displayed => 1 do
|
||||||
get :entry, :id => PRJ_ID, :path => ['japanese', 'big-file.txt']
|
get :entry, :id => PRJ_ID, :path => ['japanese', 'big-file.txt']
|
||||||
assert_response :success
|
assert_response :success
|
||||||
# TODO: 'image/png'
|
# TODO: 'text/plain'
|
||||||
assert_equal 'application/octet-stream', @response.content_type
|
assert_equal 'application/octet-stream', @response.content_type
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user