diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-03-22 15:56:28 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-03-22 15:56:28 +0000 |
commit | 7ba5b27d092261fb709cf69e4e06a5a207279c4a (patch) | |
tree | 85f0ad2985359ee4c96e0fdcfc50cd8856680d6a /test/functional/repositories_filesystem_controller_test.rb | |
parent | d43493fc797dbbd6f35af650e41cfabe22e667c6 (diff) | |
download | redmine-7ba5b27d092261fb709cf69e4e06a5a207279c4a.tar.gz redmine-7ba5b27d092261fb709cf69e4e06a5a207279c4a.zip |
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
Diffstat (limited to 'test/functional/repositories_filesystem_controller_test.rb')
-rw-r--r-- | test/functional/repositories_filesystem_controller_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/repositories_filesystem_controller_test.rb b/test/functional/repositories_filesystem_controller_test.rb index 706675fb7..afc4cdd1e 100644 --- a/test/functional/repositories_filesystem_controller_test.rb +++ b/test/functional/repositories_filesystem_controller_test.rb @@ -92,7 +92,7 @@ class RepositoriesFilesystemControllerTest < ActionController::TestCase with_settings :file_max_size_displayed => 1 do get :entry, :id => PRJ_ID, :path => ['japanese', 'big-file.txt'] assert_response :success - # TODO: 'image/png' + # TODO: 'text/plain' assert_equal 'application/octet-stream', @response.content_type end end |