@@ -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"', |
|
|
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