@@ -261,7 +261,7 class RepositoryGitTest < ActiveSupport::TestCase | |||
|
261 | 261 | def test_log_utf8 |
|
262 | 262 | @repository.fetch_changesets |
|
263 | 263 | @repository.reload |
|
264 | str_felix_hex = FELIX_HEX | |
|
264 | str_felix_hex = FELIX_HEX.dup | |
|
265 | 265 | if str_felix_hex.respond_to?(:force_encoding) |
|
266 | 266 | str_felix_hex.force_encoding('UTF-8') |
|
267 | 267 | end |
General Comments 0
You need to be logged in to leave comments.
Login now