Browse Source

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
tags/4.2.0
Toshi MARUYAMA 4 years ago
parent
commit
6cdd161ba1
2 changed files with 1 additions and 1 deletions
  1. 1
    1
      lib/tasks/testing.rake
  2. BIN
      test/fixtures/repositories/git_utf8_repository.tar.gz

+ 1
- 1
lib/tasks/testing.rake View File

@@ -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

BIN
test/fixtures/repositories/git_utf8_repository.tar.gz View File


Loading…
Cancel
Save