diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-09-12 10:19:17 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-09-12 10:19:17 +0000 |
commit | 38374b953601789b9fd2df125a526e4a98bdad6e (patch) | |
tree | 913779af087f1058443e3b8dd5cf35f41abd6aa6 /test/functional/repositories_cvs_controller_test.rb | |
parent | 2ab9f0f778ca85fa0dfda5a6c9af6cea4998ee12 (diff) | |
download | redmine-38374b953601789b9fd2df125a526e4a98bdad6e.tar.gz redmine-38374b953601789b9fd2df125a526e4a98bdad6e.zip |
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
Diffstat (limited to 'test/functional/repositories_cvs_controller_test.rb')
-rw-r--r-- | test/functional/repositories_cvs_controller_test.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/functional/repositories_cvs_controller_test.rb b/test/functional/repositories_cvs_controller_test.rb index f8a18f2f2..68cf57891 100644 --- a/test/functional/repositories_cvs_controller_test.rb +++ b/test/functional/repositories_cvs_controller_test.rb @@ -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 |