diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2012-02-09 08:20:37 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2012-02-09 08:20:37 +0000 |
commit | e34dab74436d44a99c37b061509d9e3594d0ed24 (patch) | |
tree | d779ad1e17d2ef0a2a2aa66412f2b265350b7afb /test/functional/repositories_git_controller_test.rb | |
parent | a9ad2a4dcc4888c12f36ed89de3be1c4cd034fdc (diff) | |
download | redmine-e34dab74436d44a99c37b061509d9e3594d0ed24.tar.gz redmine-e34dab74436d44a99c37b061509d9e3594d0ed24.zip |
scm: git: update test repository (#8857)
New disjointed history revisions are added.
This test repository has two origins.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8820 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/functional/repositories_git_controller_test.rb')
-rw-r--r-- | test/functional/repositories_git_controller_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/repositories_git_controller_test.rb b/test/functional/repositories_git_controller_test.rb index 24a9fad2d..75917df2b 100644 --- a/test/functional/repositories_git_controller_test.rb +++ b/test/functional/repositories_git_controller_test.rb @@ -27,7 +27,7 @@ class RepositoriesGitControllerTest < ActionController::TestCase REPOSITORY_PATH.gsub!(/\//, "\\") if Redmine::Platform.mswin? PRJ_ID = 3 CHAR_1_HEX = "\xc3\x9c" - NUM_REV = 21 + NUM_REV = 28 ## Git, Mercurial and CVS path encodings are binary. ## Subversion supports URL encoding for path. |