From: Toshi MARUYAMA Date: Thu, 17 Mar 2011 03:54:00 +0000 (+0000) Subject: scm: git: strict Ruby 1.9 string test in unit model test. X-Git-Tag: 1.2.0~680 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=899d1d8acb540b14138cc6607f91ca493b7cdcbc;p=redmine.git scm: git: strict Ruby 1.9 string test in unit model test. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5163 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/test/unit/repository_git_test.rb b/test/unit/repository_git_test.rb index d9aaac599..22fc31656 100644 --- a/test/unit/repository_git_test.rb +++ b/test/unit/repository_git_test.rb @@ -261,7 +261,7 @@ class RepositoryGitTest < ActiveSupport::TestCase def test_log_utf8 @repository.fetch_changesets @repository.reload - str_felix_hex = FELIX_HEX + str_felix_hex = FELIX_HEX.dup if str_felix_hex.respond_to?(:force_encoding) str_felix_hex.force_encoding('UTF-8') end