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

test/unit/repository_mercurial_test.rb

index 3911a90313c73410b73e05b7bf997bd29e0a0349..3f073e54ebb1f93f4540833f70ee9ea788400d8d 100644 (file)
@@ -21,6 +21,7 @@ class RepositoryMercurialTest < ActiveSupport::TestCase
   fixtures :projects
 
   REPOSITORY_PATH = Rails.root.join('tmp/test/mercurial_repository').to_s
+  NUM_REV = 29
   CHAR_1_HEX = "\xc3\x9c"
 
   if File.directory?(REPOSITORY_PATH)