scm: git: define NUM_REV as the number of test repository revisions at functional test

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7109 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2011-09-11 23:15:28 +00:00
parent 262fb39e56
commit 7c579d13af
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ class RepositoriesGitControllerTest < ActionController::TestCase
REPOSITORY_PATH.gsub!(/\//, "\\") if Redmine::Platform.mswin?
PRJ_ID = 3
CHAR_1_HEX = "\xc3\x9c"
NUM_REV = 21
## Git, Mercurial and CVS path encodings are binary.
## Subversion supports URL encoding for path.