@@ -145,7 +145,8 class RepositoriesSubversionControllerTest < ActionController::TestCase | |||||
145 | get :entry, :id => PRJ_ID, :path => ['subversion_test', 'helloworld.c'] |
|
145 | get :entry, :id => PRJ_ID, :path => ['subversion_test', 'helloworld.c'] | |
146 | assert_response :success |
|
146 | assert_response :success | |
147 | assert_template '' |
|
147 | assert_template '' | |
148 |
assert_equal 'attachment; filename="helloworld.c"', |
|
148 | assert_equal 'attachment; filename="helloworld.c"', | |
|
149 | @response.headers['Content-Disposition'] | |||
149 | end |
|
150 | end | |
150 | end |
|
151 | end | |
151 |
|
152 |
General Comments 0
You need to be logged in to leave comments.
Login now