@@ -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