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:
parent
93d5da4e53
commit
01f4caad45
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue