From fd1cb7844b99c975c8cc35d7b9a81c38fd60deec Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Sun, 11 Sep 2011 11:52:34 +0000 Subject: [PATCH] scm: darcs: define NUM_REV as the number of test repository revisions at unit model test git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7092 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- test/unit/repository_darcs_test.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/test/unit/repository_darcs_test.rb b/test/unit/repository_darcs_test.rb index 65395fe51..5f5df89a8 100644 --- a/test/unit/repository_darcs_test.rb +++ b/test/unit/repository_darcs_test.rb @@ -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) -- 2.39.5