diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2014-02-26 11:27:41 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2014-02-26 11:27:41 +0000 |
commit | e266ddb309652defea3d852e9d22212f124e6440 (patch) | |
tree | 6105f4707261da59cec9c7c49448bccc20d651aa /test/functional | |
parent | 74e434b2f3993841e8558275988e215e2ff8ef90 (diff) | |
download | redmine-e266ddb309652defea3d852e9d22212f124e6440.tar.gz redmine-e266ddb309652defea3d852e9d22212f124e6440.zip |
scm: mercurial: add one "closed" branch to test repository (#16177)
git-svn-id: http://svn.redmine.org/redmine/trunk@12929 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/functional')
-rw-r--r-- | test/functional/repositories_mercurial_controller_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/repositories_mercurial_controller_test.rb b/test/functional/repositories_mercurial_controller_test.rb index 6b1231f07..8eec4f3de 100644 --- a/test/functional/repositories_mercurial_controller_test.rb +++ b/test/functional/repositories_mercurial_controller_test.rb @@ -26,7 +26,7 @@ class RepositoriesMercurialControllerTest < ActionController::TestCase REPOSITORY_PATH = Rails.root.join('tmp/test/mercurial_repository').to_s CHAR_1_HEX = "\xc3\x9c" PRJ_ID = 3 - NUM_REV = 32 + NUM_REV = 34 ruby19_non_utf8_pass = (RUBY_VERSION >= '1.9' && Encoding.default_external.to_s != 'UTF-8') |