##// END OF EJS Templates
scm: subversion: code clean up test_entry_should_send_if_too_big at functional test...
Toshi MARUYAMA -
r7065:01f4caad45d5
parent child
Show More
@@ -145,7 +145,8 class RepositoriesSubversionControllerTest < ActionController::TestCase
145 145 get :entry, :id => PRJ_ID, :path => ['subversion_test', 'helloworld.c']
146 146 assert_response :success
147 147 assert_template ''
148 assert_equal 'attachment; filename="helloworld.c"', @response.headers['Content-Disposition']
148 assert_equal 'attachment; filename="helloworld.c"',
149 @response.headers['Content-Disposition']
149 150 end
150 151 end
151 152
General Comments 0
You need to be logged in to leave comments. Login now