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