diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-10-28 01:44:12 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-10-28 01:44:12 +0000 |
commit | 476c3d54b7118fdc9bc0acb3b58de781ef15d614 (patch) | |
tree | 4537b9c1727469bf5f1335dd7079c71b00123691 /test/functional/repositories_mercurial_controller_test.rb | |
parent | 370de46974b9e0d64379f2a650a671e01b8d7a71 (diff) | |
download | redmine-476c3d54b7118fdc9bc0acb3b58de781ef15d614.tar.gz redmine-476c3d54b7118fdc9bc0acb3b58de781ef15d614.zip |
scm: mercurial: update test repository (#5501)
This test repository has one merged revision.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7662 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/functional/repositories_mercurial_controller_test.rb')
-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 418d7f526..71a29af6e 100644 --- a/test/functional/repositories_mercurial_controller_test.rb +++ b/test/functional/repositories_mercurial_controller_test.rb @@ -28,7 +28,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 = 29 + NUM_REV = 32 ruby19_non_utf8_pass = (RUBY_VERSION >= '1.9' && Encoding.default_external.to_s != 'UTF-8') |