##// END OF EJS Templates
scm: mercurial: define NUM_REV as the number of test repository revisions at unit model test...
Toshi MARUYAMA -
r6978:e772e9ea7bad
parent child
Show More
@@ -21,6 +21,7 class RepositoryMercurialTest < ActiveSupport::TestCase
21 fixtures :projects
21 fixtures :projects
22
22
23 REPOSITORY_PATH = Rails.root.join('tmp/test/mercurial_repository').to_s
23 REPOSITORY_PATH = Rails.root.join('tmp/test/mercurial_repository').to_s
24 NUM_REV = 29
24 CHAR_1_HEX = "\xc3\x9c"
25 CHAR_1_HEX = "\xc3\x9c"
25
26
26 if File.directory?(REPOSITORY_PATH)
27 if File.directory?(REPOSITORY_PATH)
General Comments 0
You need to be logged in to leave comments. Login now