scm: darcs: define NUM_REV as the number of test repository revisions at functional test
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7147 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
5bf47d1eb8
commit
9114df75de
|
@ -27,6 +27,7 @@ class RepositoriesDarcsControllerTest < ActionController::TestCase
|
||||||
|
|
||||||
REPOSITORY_PATH = Rails.root.join('tmp/test/darcs_repository').to_s
|
REPOSITORY_PATH = Rails.root.join('tmp/test/darcs_repository').to_s
|
||||||
PRJ_ID = 3
|
PRJ_ID = 3
|
||||||
|
NUM_REV = 6
|
||||||
|
|
||||||
def setup
|
def setup
|
||||||
@controller = RepositoriesController.new
|
@controller = RepositoriesController.new
|
||||||
|
|
Loading…
Reference in New Issue