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

test/unit/repository_darcs_test.rb

index 65395fe519f4ce54351a02b73eb72e3379d3b8eb..5f5df89a80b65e01b715dc5b321ef0a0010dd328 100644 (file)
@@ -21,6 +21,7 @@ class RepositoryDarcsTest < ActiveSupport::TestCase
   fixtures :projects
 
   REPOSITORY_PATH = Rails.root.join('tmp/test/darcs_repository').to_s
+  NUM_REV = 6
 
   def setup
     @project = Project.find(3)