summaryrefslogtreecommitdiffstats
path: root/test/unit/repository_darcs_test.rb
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2011-09-11 11:52:34 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2011-09-11 11:52:34 +0000
commitfd1cb7844b99c975c8cc35d7b9a81c38fd60deec (patch)
tree27a820d38684214930fc4724db9826e4850a66a6 /test/unit/repository_darcs_test.rb
parent3a9862b83f4233eb0ad81f7073c55dc43dfb6f2d (diff)
downloadredmine-fd1cb7844b99c975c8cc35d7b9a81c38fd60deec.tar.gz
redmine-fd1cb7844b99c975c8cc35d7b9a81c38fd60deec.zip
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
Diffstat (limited to 'test/unit/repository_darcs_test.rb')
-rw-r--r--test/unit/repository_darcs_test.rb1
1 files changed, 1 insertions, 0 deletions
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)