From 6cdd161ba12e860cce0ab4ae643067f7b16a094e Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Tue, 14 Apr 2020 08:20:41 +0000 Subject: scm: git: add new test repository which has UTF-8 Emoji committer and comments (#24030) git-svn-id: http://svn.redmine.org/redmine/trunk@19698 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- lib/tasks/testing.rake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/tasks') diff --git a/lib/tasks/testing.rake b/lib/tasks/testing.rake index 33bedd4e0..6a44c3eb7 100644 --- a/lib/tasks/testing.rake +++ b/lib/tasks/testing.rake @@ -26,7 +26,7 @@ namespace :test do FileUtils.mkdir_p Rails.root + '/tmp/test' end - supported_scms = [:subversion, :cvs, :bazaar, :mercurial, :git, :filesystem] + supported_scms = [:subversion, :cvs, :bazaar, :mercurial, :git, :git_utf8, :filesystem] desc "Creates a test subversion repository" task :subversion => :create_dir do -- cgit v1.2.3