@@ -179,7 +179,7 class RepositoriesBazaarControllerTest < ActionController::TestCase | |||
|
179 | 179 | if REPOSITORY_PATH.respond_to?(:force_encoding) |
|
180 | 180 | def test_annotate_author_non_ascii |
|
181 | 181 | log_encoding = nil |
|
182 |
if Encoding.locale_charmap == "UTF-8" || |
|
|
182 | if Encoding.locale_charmap == "UTF-8" || | |
|
183 | 183 | Encoding.locale_charmap == "ISO-8859-1" |
|
184 | 184 | log_encoding = Encoding.locale_charmap |
|
185 | 185 | end |
General Comments 0
You need to be logged in to leave comments.
Login now