##// END OF EJS Templates
scm: darcs: define NUM_REV as the number of test repository revisions at functional test...
Toshi MARUYAMA -
r7027:9114df75de35
parent child
Show More
@@ -27,6 +27,7 class RepositoriesDarcsControllerTest < ActionController::TestCase
27
27
28 REPOSITORY_PATH = Rails.root.join('tmp/test/darcs_repository').to_s
28 REPOSITORY_PATH = Rails.root.join('tmp/test/darcs_repository').to_s
29 PRJ_ID = 3
29 PRJ_ID = 3
30 NUM_REV = 6
30
31
31 def setup
32 def setup
32 @controller = RepositoriesController.new
33 @controller = RepositoriesController.new
General Comments 0
You need to be logged in to leave comments. Login now