@@ -28,6 +28,7 class RepositoriesMercurialControllerTest < ActionController::TestCase | |||||
28 | REPOSITORY_PATH = Rails.root.join('tmp/test/mercurial_repository').to_s |
|
28 | REPOSITORY_PATH = Rails.root.join('tmp/test/mercurial_repository').to_s | |
29 | CHAR_1_HEX = "\xc3\x9c" |
|
29 | CHAR_1_HEX = "\xc3\x9c" | |
30 | PRJ_ID = 3 |
|
30 | PRJ_ID = 3 | |
|
31 | NUM_REV = 29 | |||
31 |
|
32 | |||
32 | ruby19_non_utf8_pass = |
|
33 | ruby19_non_utf8_pass = | |
33 | (RUBY_VERSION >= '1.9' && Encoding.default_external.to_s != 'UTF-8') |
|
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