diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2019-04-05 05:30:18 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2019-04-05 05:30:18 +0000 |
commit | 5d2c03a196df74e32787f304d49422d28203cda9 (patch) | |
tree | bdbf2155d548b2d82ce13f010915961c0cae4ee7 /test/unit/repository_git_test.rb | |
parent | 97f6a40981944d492658a706d069b5e5924ff802 (diff) | |
download | redmine-5d2c03a196df74e32787f304d49422d28203cda9.tar.gz redmine-5d2c03a196df74e32787f304d49422d28203cda9.zip |
scm: git: add new two latin1 branches to test repository (#16881)
git-svn-id: http://svn.redmine.org/redmine/trunk@18039 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/unit/repository_git_test.rb')
-rw-r--r-- | test/unit/repository_git_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/repository_git_test.rb b/test/unit/repository_git_test.rb index 6b228dc36..1c2c55064 100644 --- a/test/unit/repository_git_test.rb +++ b/test/unit/repository_git_test.rb @@ -28,7 +28,7 @@ class RepositoryGitTest < ActiveSupport::TestCase REPOSITORY_PATH.gsub!(/\//, "\\") if Redmine::Platform.mswin? NUM_REV = 28 - NUM_HEAD = 6 + NUM_HEAD = 8 ## Git, Mercurial and CVS path encodings are binary. ## Subversion supports URL encoding for path. |