##// END OF EJS Templates
scm: git: define NUM_REV as the number of test repository revisions at functional test...
Toshi MARUYAMA -
r6989:7c579d13af6e
parent child
Show More
@@ -29,6 +29,7 class RepositoriesGitControllerTest < ActionController::TestCase
29 REPOSITORY_PATH.gsub!(/\//, "\\") if Redmine::Platform.mswin?
29 REPOSITORY_PATH.gsub!(/\//, "\\") if Redmine::Platform.mswin?
30 PRJ_ID = 3
30 PRJ_ID = 3
31 CHAR_1_HEX = "\xc3\x9c"
31 CHAR_1_HEX = "\xc3\x9c"
32 NUM_REV = 21
32
33
33 ## Git, Mercurial and CVS path encodings are binary.
34 ## Git, Mercurial and CVS path encodings are binary.
34 ## Subversion supports URL encoding for path.
35 ## Subversion supports URL encoding for path.
General Comments 0
You need to be logged in to leave comments. Login now