##// END OF EJS Templates
scm: mercurial: define NUM_REV as the number of test repository revisions at functional test...
Toshi MARUYAMA -
r7006:467d72bbb8c4
parent child
Show More
@@ -28,6 +28,7 class RepositoriesMercurialControllerTest < ActionController::TestCase
28 28 REPOSITORY_PATH = Rails.root.join('tmp/test/mercurial_repository').to_s
29 29 CHAR_1_HEX = "\xc3\x9c"
30 30 PRJ_ID = 3
31 NUM_REV = 29
31 32
32 33 ruby19_non_utf8_pass =
33 34 (RUBY_VERSION >= '1.9' && Encoding.default_external.to_s != 'UTF-8')
General Comments 0
You need to be logged in to leave comments. Login now