@@ -129,7 +129,8 class RepositoriesCvsControllerTest < ActionController::TestCase | |||||
129 | def test_entry_download |
|
129 | def test_entry_download | |
130 | @repository.fetch_changesets |
|
130 | @repository.fetch_changesets | |
131 | @repository.reload |
|
131 | @repository.reload | |
132 |
get :entry, :id => PRJ_ID, :path => ['sources', 'watchers_controller.rb'], |
|
132 | get :entry, :id => PRJ_ID, :path => ['sources', 'watchers_controller.rb'], | |
|
133 | :format => 'raw' | |||
133 | assert_response :success |
|
134 | assert_response :success | |
134 | end |
|
135 | end | |
135 |
|
136 |
General Comments 0
You need to be logged in to leave comments.
Login now