scm: subversion: code clean up test_entry_should_send_if_too_big at functional test

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7185 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2011-09-12 12:07:42 +00:00
parent 93d5da4e53
commit 01f4caad45
1 changed files with 2 additions and 1 deletions

View File

@ -145,7 +145,8 @@ class RepositoriesSubversionControllerTest < ActionController::TestCase
get :entry, :id => PRJ_ID, :path => ['subversion_test', 'helloworld.c']
assert_response :success
assert_template ''
assert_equal 'attachment; filename="helloworld.c"', @response.headers['Content-Disposition']
assert_equal 'attachment; filename="helloworld.c"',
@response.headers['Content-Disposition']
end
end