##// END OF EJS Templates
scm: cvs: code clean up test_entry_download at functional test...
Toshi MARUYAMA -
r7049:38374b953601
parent child
Show More
@@ -129,7 +129,8 class RepositoriesCvsControllerTest < ActionController::TestCase
129 129 def test_entry_download
130 130 @repository.fetch_changesets
131 131 @repository.reload
132 get :entry, :id => PRJ_ID, :path => ['sources', 'watchers_controller.rb'], :format => 'raw'
132 get :entry, :id => PRJ_ID, :path => ['sources', 'watchers_controller.rb'],
133 :format => 'raw'
133 134 assert_response :success
134 135 end
135 136
General Comments 0
You need to be logged in to leave comments. Login now