scm: cvs: code clean up test_entry_download at functional test
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7169 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
2ab9f0f778
commit
38374b9536
|
@ -129,7 +129,8 @@ class RepositoriesCvsControllerTest < ActionController::TestCase
|
||||||
def test_entry_download
|
def test_entry_download
|
||||||
@repository.fetch_changesets
|
@repository.fetch_changesets
|
||||||
@repository.reload
|
@repository.reload
|
||||||
get :entry, :id => PRJ_ID, :path => ['sources', 'watchers_controller.rb'], :format => 'raw'
|
get :entry, :id => PRJ_ID, :path => ['sources', 'watchers_controller.rb'],
|
||||||
|
:format => 'raw'
|
||||||
assert_response :success
|
assert_response :success
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue