]> source.dussan.org Git - redmine.git/commitdiff
scm: git: define NUM_REV as the number of test repository revisions at unit model...
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Wed, 7 Sep 2011 00:56:44 +0000 (00:56 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Wed, 7 Sep 2011 00:56:44 +0000 (00:56 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7063 e93f8b46-1217-0410-a6f0-8f06a7374b81

test/unit/repository_git_test.rb

index a0bb1b2d3958801aaa29871a188d34728ca6e851..f102f5e30fb83d41bd86ccfd36350da35766c2e6 100644 (file)
@@ -23,6 +23,8 @@ class RepositoryGitTest < ActiveSupport::TestCase
   REPOSITORY_PATH = Rails.root.join('tmp/test/git_repository').to_s
   REPOSITORY_PATH.gsub!(/\//, "\\") if Redmine::Platform.mswin?
 
+  NUM_REV = 21
+
   FELIX_HEX  = "Felix Sch\xC3\xA4fer"
   CHAR_1_HEX = "\xc3\x9c"