From 59dec17ddf496eb7c7772aa621afce0b06ad78dd Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sun, 1 Mar 2009 10:55:01 +0000 Subject: [PATCH] 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 --- test/functional/sys_controller_test.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/test/functional/sys_controller_test.rb b/test/functional/sys_controller_test.rb index 47228a4d..db9dd2aa 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 -- 2.11.0