]> source.dussan.org Git - redmine.git/commitdiff
scm: cvs: code clean up test_entry_download at functional test
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Mon, 12 Sep 2011 10:19:17 +0000 (10:19 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Mon, 12 Sep 2011 10:19:17 +0000 (10:19 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7169 e93f8b46-1217-0410-a6f0-8f06a7374b81

test/functional/repositories_cvs_controller_test.rb

index f8a18f2f23ffc3ca07d97a8eac70caf3ba173e8e..68cf57891105c470f23bb7bde6a8526ef5aa0a3f 100644 (file)
@@ -129,7 +129,8 @@ class RepositoriesCvsControllerTest < ActionController::TestCase
     def test_entry_download
       @repository.fetch_changesets
       @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
     end