]> source.dussan.org Git - redmine.git/commitdiff
scm: git: define NUM_REV as the number of test repository revisions at functional...
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sun, 11 Sep 2011 23:15:28 +0000 (23:15 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sun, 11 Sep 2011 23:15:28 +0000 (23:15 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7109 e93f8b46-1217-0410-a6f0-8f06a7374b81

test/functional/repositories_git_controller_test.rb

index 284028b5120598892b6b05f4831ab7c078e9f618..f795bbc050559154be954f08156aa6ba7a63fc9d 100644 (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.