##// END OF EJS Templates
scm: bazaar: define NUM_REV as the number of test repository revisions at unit model test...
Toshi MARUYAMA -
r6946:dcc38927faaa
parent child
Show More
@@ -22,6 +22,7 class RepositoryBazaarTest < ActiveSupport::TestCase
22
22
23 REPOSITORY_PATH = Rails.root.join('tmp/test/bazaar_repository/trunk').to_s
23 REPOSITORY_PATH = Rails.root.join('tmp/test/bazaar_repository/trunk').to_s
24 REPOSITORY_PATH.gsub!(/\/+/, '/')
24 REPOSITORY_PATH.gsub!(/\/+/, '/')
25 NUM_REV = 4
25
26
26 def setup
27 def setup
27 @project = Project.find(3)
28 @project = Project.find(3)
General Comments 0
You need to be logged in to leave comments. Login now