##// END OF EJS Templates
scm: filesystem: fix todo comment of MIME_TYPES of big-file.txt in functional test....
Toshi MARUYAMA -
r5088:7ba5b27d0922
parent child
Show More
@@ -92,7 +92,7 class RepositoriesFilesystemControllerTest < ActionController::TestCase
92 92 with_settings :file_max_size_displayed => 1 do
93 93 get :entry, :id => PRJ_ID, :path => ['japanese', 'big-file.txt']
94 94 assert_response :success
95 # TODO: 'image/png'
95 # TODO: 'text/plain'
96 96 assert_equal 'application/octet-stream', @response.content_type
97 97 end
98 98 end
General Comments 0
You need to be logged in to leave comments. Login now