diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2009-03-01 10:55:01 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2009-03-01 10:55:01 +0000 |
commit | 59dec17ddf496eb7c7772aa621afce0b06ad78dd (patch) | |
tree | f62d691bf0d9ea5096461ed300fdf8a67bb46f0e /test/functional/sys_controller_test.rb | |
parent | 38db62f1e711ef6327f4d26bac300062875a7236 (diff) | |
download | redmine-59dec17ddf496eb7c7772aa621afce0b06ad78dd.tar.gz redmine-59dec17ddf496eb7c7772aa621afce0b06ad78dd.zip |
Fixes a failure when running rake test:coverage.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2543 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/functional/sys_controller_test.rb')
-rw-r--r-- | test/functional/sys_controller_test.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/functional/sys_controller_test.rb b/test/functional/sys_controller_test.rb index 47228a4db..db9dd2aa3 100644 --- a/test/functional/sys_controller_test.rb +++ b/test/functional/sys_controller_test.rb @@ -29,6 +29,7 @@ class SysControllerTest < Test::Unit::TestCase @request = ActionController::TestRequest.new @response = ActionController::TestResponse.new Setting.sys_api_enabled = '1' + Setting.enabled_scm = %w(Subversion Git) end def test_projects_with_repository_enabled |